From 685c674b100e7776b12ec4097bdfcda761e4461e Mon Sep 17 00:00:00 2001 From: David Okulski <32730627+DavidOkulski@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:32:48 -0800 Subject: [PATCH] Updated yaml --- helm/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index fd3f43f..d5a95e3 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -16,7 +16,6 @@ spec: spec: containers: - name: app - command: [ "sleep", "3600" ] image: "{{ .Values.app.repository }}:{{ .Values.app.tag }}" ports: - containerPort: {{ .Values.env.APP_PORT }}