Skip to content

Commit

Permalink
probes
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Nov 8, 2024
1 parent d785adf commit 87d7c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bookstack-helm/templates/bookstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,15 @@ spec:
livenessProbe:
httpGet:
path: /status
port: 8080
port: 80
initialDelaySeconds: {{ .Values.bookstack.livenessProbeInitialDelaySeconds }}
periodSeconds: {{ .Values.bookstack.livenessProbePeriodSeconds }}
{{- end }}
{{- if .Values.bookstack.enableReadinessProbe }}
readinessProbe:
httpGet:
path: /status
port: 8080
port: 80
initialDelaySeconds: {{ .Values.bookstack.readinessProbeInitialDelaySeconds }}
periodSeconds: {{ .Values.bookstack.readinessProbePeriodSeconds }}
{{- end }}
Expand Down

0 comments on commit 87d7c07

Please sign in to comment.