Removing the unused node port
[oom.git] / kubernetes / aai / charts / aai-sparky-be / templates / deployment.yaml
index d622be6..a596a6b 100644 (file)
@@ -109,7 +109,6 @@ spec:
 
         ports:
         - containerPort: {{ .Values.service.internalPort }}
-        - containerPort: {{ .Values.service.internalPort2 }}
         # disable liveness probe when breakpoints set in debugger
         # so K8s doesn't restart unresponsive container
         {{- if eq .Values.liveness.enabled true }}