aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-12-08 09:05:59 +0100
committerAndreas Geissler <andreas-geissler@telekom.de>2023-12-08 09:08:32 +0100
commiteb4cb47152dceea26a05427418d7ce747afc9730 (patch)
treee0e4d5760da0d2b30eafced928e68eec442c7bdd
parentc5cdaf46f0c414ad2be7efcc4b792e9d3d9c51eb (diff)
[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>
-rwxr-xr-xkubernetes/cds/components/cds-blueprints-processor/templates/service.yaml1
1 files changed, 1 insertions, 0 deletions
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 }}