diff --git a/templates/kustomize/base/deployment.yaml b/templates/kustomize/base/deployment.yaml index 69aa899..b0266ab 100644 --- a/templates/kustomize/base/deployment.yaml +++ b/templates/kustomize/base/deployment.yaml @@ -10,6 +10,8 @@ spec: spec: containers: - name: "{{ service }}" + command: {{ service }} + args: ["serve"] image: "deployment:latest" ports: - containerPort: 3000