Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/stateless/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for stateless vality services
name: stateless
version: 1.0.43
version: 1.0.44
5 changes: 3 additions & 2 deletions charts/stateless/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ spec:
port: {{ .Values.readinessProbe.httpGet.port }}
{{- else if .Values.readinessProbe.exec }}
exec:
command: {{ .Values.readinessProbe.exec.command }}
command:
{{- toYaml .Values.readinessProbe.exec.command | nindent 14 }}
{{- end }}
failureThreshold: 18
periodSeconds: 10
Expand Down Expand Up @@ -148,4 +149,4 @@ spec:
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: ScheduleAnyway
{{- end }}
{{- end }}
{{- end }}