From: Andreas Geissler Date: Fri, 8 Dec 2023 08:05:59 +0000 (+0100) Subject: [CDS] Set Hazelcast service to "Headless" X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=eb4cb47152dceea26a05427418d7ce747afc9730 [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 --- 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 }}