mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 02:48:34 +00:00
Fix kubernetes configuration for readiness probe
This commit is contained in:
parent
98a593b263
commit
dc47552180
1 changed files with 3 additions and 2 deletions
|
@ -62,8 +62,9 @@ spec:
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
initialDelaySeconds: 5
|
port: 8080
|
||||||
periodSeconds: 5
|
initialDelaySeconds: 5
|
||||||
|
periodSeconds: 5
|
||||||
env:
|
env:
|
||||||
- name: HTTP_PORT
|
- name: HTTP_PORT
|
||||||
value: "8080"
|
value: "8080"
|
||||||
|
|
Loading…
Reference in a new issue