fix(fireflyiii): configure probes

This commit is contained in:
SeanOMik 2023-10-07 11:54:09 -04:00
parent e1899d1c47
commit ca679dffe1
Signed by: SeanOMik
GPG key ID: 568F326C7EB33ACB

View file

@ -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