[POLICY] Correct container ports in Nexus and GUI
[oom.git] / kubernetes / policy / components / policy-gui / templates / deployment.yaml
index 7a573d0..69b5e37 100644 (file)
@@ -69,8 +69,7 @@ spec:
           env:
           - name: CLAMP_URL
             value: http://policy-clamp-runtime-acm:6969
-          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 }}