summaryrefslogtreecommitdiffstats
path: root/kubernetes/appc/charts/appc-cdt/templates
diff options
context:
space:
mode:
authorJames MacNider <James.MacNider@amdocs.com>2019-03-15 13:10:53 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-15 13:10:53 +0000
commit1e43c91123ced536c4a805300a408df6ccf2a344 (patch)
tree6daac1ddd7ec4a61825e8d92e322152519308fb5 /kubernetes/appc/charts/appc-cdt/templates
parent80e844083d90589f10282ef3bf617a481222ae00 (diff)
parent2fb02610e87e511effac28cbf666862a3f75c2bb (diff)
Merge "move non-root id run for CDT container"
Diffstat (limited to 'kubernetes/appc/charts/appc-cdt/templates')
-rw-r--r--kubernetes/appc/charts/appc-cdt/templates/service.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/appc/charts/appc-cdt/templates/service.yaml b/kubernetes/appc/charts/appc-cdt/templates/service.yaml
index 735e0f510a..3e0b8894c6 100644
--- a/kubernetes/appc/charts/appc-cdt/templates/service.yaml
+++ b/kubernetes/appc/charts/appc-cdt/templates/service.yaml
@@ -28,6 +28,7 @@ spec:
ports:
{{if eq .Values.service.type "NodePort" -}}
- port: {{ .Values.service.externalPort }}
+ targetPort: {{ .Values.service.internalPort }}
nodePort: {{ .Values.global.nodePortPrefix | default .Values.nodePortPrefix }}{{ .Values.service.nodePort }}
name: {{ .Values.service.name }}
{{- else -}}