Merge "[POLICY] Correct comtainer port in policy-xacml-pdp"
authorAndreas Geissler <andreas-geissler@telekom.de>
Wed, 5 Apr 2023 09:51:25 +0000 (09:51 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 5 Apr 2023 09:51:25 +0000 (09:51 +0000)
kubernetes/policy/components/policy-xacml-pdp/templates/deployment.yaml

index ee5a572..1bd94ee 100755 (executable)
@@ -74,8 +74,7 @@ spec:
           imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
           command: ["/opt/app/policy/pdpx/bin/policy-pdpx.sh"]
           args: ["/opt/app/policy/pdpx/etc/mounted/config.json"]
-          ports:
-          - containerPort: {{ .Values.service.internalPort }}
+          ports: {{ include "common.containerPorts" . | nindent 12  }}
           # disable liveness probe when breakpoints set in debugger
           # so K8s doesn't restart unresponsive container
           {{- if eq .Values.liveness.enabled true }}