From eb4cb47152dceea26a05427418d7ce747afc9730 Mon Sep 17 00:00:00 2001
From: Andreas Geissler <andreas-geissler@telekom.de>
Date: Fri, 8 Dec 2023 09:05:59 +0100
Subject: [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 <andreas-geissler@telekom.de>
---
 .../cds/components/cds-blueprints-processor/templates/service.yaml       | 1 +
 1 file changed, 1 insertion(+)

(limited to 'kubernetes/cds/components/cds-blueprints-processor/templates/service.yaml')

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 }}
-- 
cgit 1.2.3-korg