fix(fireflyiii): configure probes
This commit is contained in:
parent
e104e17759
commit
209837ed02
|
@ -30,8 +30,13 @@ spec:
|
||||||
port: 8080
|
port: 8080
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
readiness:
|
startup:
|
||||||
enabled: false
|
custom: true
|
||||||
|
spec:
|
||||||
|
initialDelaySeconds: 60
|
||||||
|
periodSeconds: 10
|
||||||
|
timeoutSeconds: 5
|
||||||
|
failureThreshold: 30
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
|
|
Loading…
Reference in New Issue