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:
ports:
http:
port: 8080
port: &port 8080
probes:
startup:
custom: true
spec:
httpGet:
path: /
port: *port
initialDelaySeconds: 60
periodSeconds: 10
timeoutSeconds: 5