From d66ba423ab0dd833a217307c5887430afe16db1b Mon Sep 17 00:00:00 2001 From: Lluis Gifre Renom <lluis.gifre@cttc.es> Date: Sat, 17 Jun 2023 23:42:05 +0000 Subject: [PATCH] Update contextservice.yaml --- manifests/contextservice.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/contextservice.yaml b/manifests/contextservice.yaml index 288f0677a..659ff7b8d 100644 --- a/manifests/contextservice.yaml +++ b/manifests/contextservice.yaml @@ -23,8 +23,9 @@ spec: #replicas: 1 template: metadata: - annotations: - config.linkerd.io/skip-outbound-ports: "4222" + # Deactivated linkerd for the Hackfest + #annotations: + # config.linkerd.io/skip-outbound-ports: "4222" labels: app: contextservice spec: -- GitLab