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