summaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/components/cds-blueprints-processor/templates/service.yaml
diff options
context:
space:
mode:
authorJack Lucas <jflos@sonoris.net>2022-06-30 12:42:50 +0000
committerGerrit Code Review <gerrit@onap.org>2022-06-30 12:42:50 +0000
commit6e7a7997813d8241dd436d6c48609c02205843b1 (patch)
treecaa8c28876db6f639bcd2670b646488107fe9ed4 /kubernetes/cds/components/cds-blueprints-processor/templates/service.yaml
parent152fbfd84c74980013261043d2a6c04ece65d5e3 (diff)
parent4ee97a9f28fcb17b272e4e94931f9528afe797a7 (diff)
Merge "[CDS] Service mesh compatibility"
Diffstat (limited to 'kubernetes/cds/components/cds-blueprints-processor/templates/service.yaml')
-rwxr-xr-xkubernetes/cds/components/cds-blueprints-processor/templates/service.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/cds/components/cds-blueprints-processor/templates/service.yaml b/kubernetes/cds/components/cds-blueprints-processor/templates/service.yaml
index 5d2e438e1e..153740c553 100755
--- a/kubernetes/cds/components/cds-blueprints-processor/templates/service.yaml
+++ b/kubernetes/cds/components/cds-blueprints-processor/templates/service.yaml
@@ -33,7 +33,7 @@ spec:
{{- if eq .Values.service.http.type "NodePort"}}
nodePort: {{ .Values.global.nodePortPrefixExt | default .Values.nodePortPrefixExt }}{{ .Values.service.http.nodePort }}
{{- end}}
- name: {{ .Values.service.http.portName | default "http" }}
+ name: {{ .Values.service.http.portName | default "http" }}{{ (eq "true" (include "common.needTLS" .)) | ternary "s" "" }}
selector:
app: {{ include "common.name" . }}
release: {{ include "common.release" . }}