From eb4cb47152dceea26a05427418d7ce747afc9730 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Fri, 8 Dec 2023 09:05:59 +0100 Subject: [PATCH] [CDS] Set Hazelcast service to "Headless" The Hazelcast synchronization service should be setup as headless service. Therfor the line "clusterIP: None" is added Issue-ID: OOM-3252 Change-Id: I7cb8fcfc03af2df93f1a710015cba9d53268951f Signed-off-by: Andreas Geissler --- .../cds/components/cds-blueprints-processor/templates/service.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/cds/components/cds-blueprints-processor/templates/service.yaml b/kubernetes/cds/components/cds-blueprints-processor/templates/service.yaml index 4624cb9968..a841811dd1 100755 --- a/kubernetes/cds/components/cds-blueprints-processor/templates/service.yaml +++ b/kubernetes/cds/components/cds-blueprints-processor/templates/service.yaml @@ -67,6 +67,7 @@ metadata: heritage: {{ .Release.Service }} spec: type: {{ .Values.service.cluster.type }} + clusterIP: None ports: - port: {{ .Values.service.cluster.externalPort }} targetPort: {{ .Values.service.cluster.internalPort }} -- 2.16.6