From 87d7c07a1c651b24dd000495feb6274379f06f9a Mon Sep 17 00:00:00 2001 From: james-otten Date: Thu, 7 Nov 2024 23:41:22 -0500 Subject: [PATCH] probes --- bookstack-helm/templates/bookstack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookstack-helm/templates/bookstack.yaml b/bookstack-helm/templates/bookstack.yaml index c89e53f..c7e8e97 100644 --- a/bookstack-helm/templates/bookstack.yaml +++ b/bookstack-helm/templates/bookstack.yaml @@ -148,7 +148,7 @@ spec: livenessProbe: httpGet: path: /status - port: 8080 + port: 80 initialDelaySeconds: {{ .Values.bookstack.livenessProbeInitialDelaySeconds }} periodSeconds: {{ .Values.bookstack.livenessProbePeriodSeconds }} {{- end }} @@ -156,7 +156,7 @@ spec: readinessProbe: httpGet: path: /status - port: 8080 + port: 80 initialDelaySeconds: {{ .Values.bookstack.readinessProbeInitialDelaySeconds }} periodSeconds: {{ .Values.bookstack.readinessProbePeriodSeconds }} {{- end }}