diff --git a/crates/collab/k8s/manifest.template.yml b/crates/collab/k8s/manifest.template.yml index 450a8ff5415eb740297730e48573114c91d8ee69..42ff546cb9bb0866b112f2940cae2075ff440265 100644 --- a/crates/collab/k8s/manifest.template.yml +++ b/crates/collab/k8s/manifest.template.yml @@ -62,8 +62,9 @@ spec: readinessProbe: httpGet: path: / - initialDelaySeconds: 5 - periodSeconds: 5 + port: 8080 + initialDelaySeconds: 5 + periodSeconds: 5 env: - name: HTTP_PORT value: "8080"