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