diff options
author | Jack Lucas <jflos@sonoris.net> | 2022-06-23 16:21:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-23 16:21:21 +0000 |
commit | 8ed35dfae17231f6d09fc36161a2ce44620a4200 (patch) | |
tree | 2e6bf617411a07160285dc6bd63e0d3f355f0306 /kubernetes/so/components/so-bpmn-infra/templates/deployment.yaml | |
parent | 84398e3d8365b56916f4ec4aa2db540d580cbba4 (diff) | |
parent | 17be962a2bd43768a41705f0d009166e2894d82d (diff) |
Merge "[SO] Service mesh compatibility"
Diffstat (limited to 'kubernetes/so/components/so-bpmn-infra/templates/deployment.yaml')
-rwxr-xr-x | kubernetes/so/components/so-bpmn-infra/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/components/so-bpmn-infra/templates/deployment.yaml b/kubernetes/so/components/so-bpmn-infra/templates/deployment.yaml index 57a2b2c689..2b8b827f91 100755 --- a/kubernetes/so/components/so-bpmn-infra/templates/deployment.yaml +++ b/kubernetes/so/components/so-bpmn-infra/templates/deployment.yaml @@ -87,7 +87,7 @@ spec: {{ include "so.helpers.livenessProbe" .| indent 8 }} ports: - containerPort: {{ index .Values.containerPort }} - name: {{ .Values.service.portName }} + name: {{ .Values.service.portName }}{{ if (include "common.needTLS" .) }}s{{ end }} protocol: TCP # Filebeat sidecar container {{ include "common.log.sidecar" . | nindent 6 }} |