From 6f5f9d7b635066925774c2142f9da044d8aa8f4b Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Thu, 10 Aug 2023 15:13:54 +0200 Subject: [PATCH] [CASSANDRA] Disable sync ports for Istio sidecar To enable the internal syncronization between Cassandra instances, the ports 7000 and 7001 have to be excluded in the Envoy Proxy Issue-ID: OOM-3235 Change-Id: I8355f8e15f1e3796e8f910cba0ac54d4e05c78fd Signed-off-by: Andreas Geissler --- kubernetes/common/common/templates/_cassOp.tpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kubernetes/common/common/templates/_cassOp.tpl b/kubernetes/common/common/templates/_cassOp.tpl index d6133422a3..c360a0f626 100644 --- a/kubernetes/common/common/templates/_cassOp.tpl +++ b/kubernetes/common/common/templates/_cassOp.tpl @@ -62,4 +62,10 @@ spec: name: {{ $datacenter.name }} size: {{ $datacenter.size }} {{- end }} + {{ if .Values.podAnnotations -}} + metadata: + pods: + annotations: + {{ toYaml .Values.podAnnotations | nindent 10 }} + {{- end }} {{ end }} -- 2.16.6