From 13d0e7ee3822944af72c01b67794e895fd8eb75b Mon Sep 17 00:00:00 2001 From: Milas Holsting Date: Mon, 18 May 2026 12:49:14 +0200 Subject: [PATCH] fix deployment.yaml in prod --- deploy/overlays/production/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/overlays/production/deployment.yaml b/deploy/overlays/production/deployment.yaml index 84df55b..fdbcbf9 100644 --- a/deploy/overlays/production/deployment.yaml +++ b/deploy/overlays/production/deployment.yaml @@ -7,7 +7,7 @@ spec: template: spec: containers: - - name: main # This name must match base EXACTLY + - name: taskarr # This name must match base EXACTLY ports: # Adding this back into the patch solves the diff - containerPort: 3000 name: taskarr