Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
VladStarr committed Aug 20, 2024
1 parent f2a1449 commit be45869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dysnix/geth/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@ spec:
- name: scripts
mountPath: /scripts
{{- if .Values.livenessProbe.enabled }}
startupProbe:
livenessProbe:
{{- include "geth.healthcheck" (list $ .Values.livenessProbe) | nindent 10 }}
{{- end }}
{{- if .Values.readinessProbe.enabled }}
startupProbe:
readinessProbe:
{{- include "geth.healthcheck" (list $ .Values.readinessProbe) | nindent 10 }}
{{- end }}
{{- if .Values.startupProbe.enabled }}
Expand Down

0 comments on commit be45869

Please sign in to comment.