Skip to content

Commit

Permalink
[bitnami/dokuwiki] Use different liveness/readiness probes (#26116)
Browse files Browse the repository at this point in the history
Signed-off-by: David Gomez <[email protected]>
  • Loading branch information
dgomezleon authored May 20, 2024
1 parent 26e0feb commit 6ef6152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bitnami/dokuwiki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ maintainers:
name: dokuwiki
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/dokuwiki
version: 16.0.7
version: 16.0.8
3 changes: 1 addition & 2 deletions bitnami/dokuwiki/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,7 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.livenessProbe.enabled }}
livenessProbe:
httpGet:
path: /doku.php
tcpSocket:
port: http
initialDelaySeconds: {{ .Values.livenessProbe.initialDelaySeconds }}
periodSeconds: {{ .Values.livenessProbe.periodSeconds }}
Expand Down

0 comments on commit 6ef6152

Please sign in to comment.