mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
Reduce readiness probe delay and period
This commit is contained in:
parent
e00cb6b074
commit
b9c7796547
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ spec:
|
|||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
initialDelaySeconds: 1
|
||||
periodSeconds: 1
|
||||
env:
|
||||
- name: HTTP_PORT
|
||||
value: "8080"
|
||||
|
|
Loading…
Reference in a new issue