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
1 changed files with 4 additions and 1 deletions

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