summaryrefslogtreecommitdiffstats
path: root/charts/aai-sparky-be
diff options
context:
space:
mode:
Diffstat (limited to 'charts/aai-sparky-be')
-rw-r--r--charts/aai-sparky-be/templates/deployment.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/charts/aai-sparky-be/templates/deployment.yaml b/charts/aai-sparky-be/templates/deployment.yaml
index d622be6..a596a6b 100644
--- a/charts/aai-sparky-be/templates/deployment.yaml
+++ b/charts/aai-sparky-be/templates/deployment.yaml
@@ -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 }}