Skip to content

Commit

Permalink
feat: add startup probe initial delay config MGX-944 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenequm authored Feb 16, 2024
1 parent c952b37 commit e9dbd83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/node/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ spec:
{{- end }}
{{- if .Values.enableStartupProbe }}
startupProbe:
initialDelaySeconds: {{ .Values.startupProbeInitialDelaySeconds }}
failureThreshold: 30
periodSeconds: 10
httpGet:
Expand Down
1 change: 1 addition & 0 deletions charts/node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ isCollator: true
# Role gets assigned to resources as a label
role: full
enableStartupProbe: true
startupProbeInitialDelaySeconds: 10
storageSize: 10Gi
## Example: `bootnodeAddr: /dns4/node-01/tcp/30333/p2p/12D3KooWSCufgHzV4fCwRijfH2k3abrpAJxTKxEvN1FDuRXA2U9x`
bootnodeAddr: ''
Expand Down

0 comments on commit e9dbd83

Please sign in to comment.