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 }}