Skip to content

Commit

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

0 comments on commit 5cbe088

Please sign in to comment.