From a587d4743b02d4ee6def46548ff4e1a551f735e7 Mon Sep 17 00:00:00 2001 From: Lluis Gifre Renom <lluis.gifre@cttc.es> Date: Sat, 17 Jun 2023 23:42:26 +0000 Subject: [PATCH] Update deviceservice.yaml --- manifests/deviceservice.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifests/deviceservice.yaml b/manifests/deviceservice.yaml index 2984869bc..9dbd69553 100644 --- a/manifests/deviceservice.yaml +++ b/manifests/deviceservice.yaml @@ -23,9 +23,10 @@ spec: replicas: 1 template: metadata: - annotations: - # Required for IETF L2VPN SBI when both parent and child run in same K8s cluster with Linkerd - config.linkerd.io/skip-outbound-ports: "8002" + # Deactivated linkerd for the Hackfest + #annotations: + # # Required for IETF L2VPN SBI when both parent and child run in same K8s cluster with Linkerd + # config.linkerd.io/skip-outbound-ports: "8002" labels: app: deviceservice spec: -- GitLab