Increase homarr probe timings for initialization
This commit is contained in:
parent
be499be06f
commit
c171963751
|
|
@ -43,7 +43,7 @@ spec:
|
|||
httpGet:
|
||||
path: /
|
||||
port: 7575
|
||||
initialDelaySeconds: 30
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 3
|
||||
|
|
@ -51,9 +51,9 @@ spec:
|
|||
httpGet:
|
||||
path: /
|
||||
port: 7575
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 5
|
||||
timeoutSeconds: 3
|
||||
initialDelaySeconds: 45
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 3
|
||||
volumes:
|
||||
- name: homarr-config
|
||||
|
|
|
|||
Loading…
Reference in a new issue