From ca679dffe107e7beac971adb92d002ebcae6d42b Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 7 Oct 2023 11:54:09 -0400 Subject: [PATCH] fix(fireflyiii): configure probes --- cluster/apps/default/fireflyiii/helm-release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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