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