diff --git a/crates/collab/k8s/collab.template.yml b/crates/collab/k8s/collab.template.yml index 624ae0df3a682920b93a523cc9781f14bfb90313..e3738ddffe35abd88798275fa2d8927dc84acab3 100644 --- a/crates/collab/k8s/collab.template.yml +++ b/crates/collab/k8s/collab.template.yml @@ -58,7 +58,8 @@ spec: - name: ${ZED_SERVICE_NAME} image: "${ZED_IMAGE_ID}" args: - - serve ${ZED_SERVICE_NAME} + - serve + - ${ZED_SERVICE_NAME} ports: - containerPort: 8080 protocol: TCP