Skip to content

Commit

Permalink
fix: remove readiness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
paddatrapper committed Jul 16, 2024
1 parent 186f782 commit 6e7047c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions charts/helix/templates/deployments/helix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ spec:
{{- if eq .Values.enableProbes true }}
livenessProbe:
{{- toYaml .Values.helix.livenessProbe | nindent 12 }}
readinessProbe:
{{- toYaml .Values.helix.readinessProbe| nindent 12 }}
startupProbe:
{{- toYaml .Values.helix.startupProbe | nindent 12 }}
{{- end }}
Expand Down
9 changes: 2 additions & 7 deletions charts/helix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,8 @@ helix:
httpGet:
path: /accounts/login
port: http
initialDelaySeconds: 600
terminationGracePeriodSeconds: 600
readinessProbe:
{}
# httpGet:
# path: /accounts/login/
# port: http
initialDelaySeconds: 30
terminationGracePeriodSeconds: 60
startupProbe:
httpGet:
path: /accounts/login
Expand Down

0 comments on commit 6e7047c

Please sign in to comment.