mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +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,6 +62,7 @@ spec:
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
|
port: 8080
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue