feat: add serve
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-02-03 21:15:01 +01:00
parent 30635d6c0e
commit 6d745fe6f9
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -10,6 +10,8 @@ spec:
spec: spec:
containers: containers:
- name: "{{ service }}" - name: "{{ service }}"
command: {{ service }}
args: ["serve"]
image: "deployment:latest" image: "deployment:latest"
ports: ports:
- containerPort: 3000 - containerPort: 3000