fix(fireflyiii): configure probes
This commit is contained in:
parent
e1899d1c47
commit
ca679dffe1
|
@ -27,12 +27,15 @@ spec:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
port: 8080
|
port: &port 8080
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
startup:
|
startup:
|
||||||
custom: true
|
custom: true
|
||||||
spec:
|
spec:
|
||||||
|
httpGet:
|
||||||
|
path: /
|
||||||
|
port: *port
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
|
|
Loading…
Reference in New Issue