diff --git a/cluster/apps/default/fireflyiii/helm-release.yaml b/cluster/apps/default/fireflyiii/helm-release.yaml index d292150..da651cf 100644 --- a/cluster/apps/default/fireflyiii/helm-release.yaml +++ b/cluster/apps/default/fireflyiii/helm-release.yaml @@ -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