Skip to content

Commit

Permalink
fix: 🔒 Do not share same readiness/liveness probe
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Salmeron Garcia <[email protected]>
  • Loading branch information
javsalgar committed Apr 4, 2024
1 parent f838a31 commit 0063a97
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bitnami/magento/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,8 @@ spec:
livenessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.customLivenessProbe "context" $) | nindent 12 }}
{{- else if .Values.livenessProbe.enabled }}
livenessProbe: {{- include "common.tplvalues.render" (dict "value" (omit .Values.livenessProbe "enabled") "context" $) | nindent 12 }}
httpGet:
path: /index.php
tcpSocket:
port: http
httpHeaders:
- name: Host
value: {{ include "magento.host" . | quote }}
{{- end }}
{{- if .Values.customReadinessProbe }}
readinessProbe: {{- include "common.tplvalues.render" (dict "value" .Values.customReadinessProbe "context" $) | nindent 12 }}
Expand Down

0 comments on commit 0063a97

Please sign in to comment.