Skip to content

Commit

Permalink
Merge pull request #1074 from porter-dev/stefanmcshane-patch-1
Browse files Browse the repository at this point in the history
Support readiness command
  • Loading branch information
stefanmcshane authored Dec 8, 2023
2 parents 227376e + 1aacac4 commit 84e2edf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions applications/web/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ spec:
successThreshold: {{ .Values.health.startupProbe.successThreshold }}
failureThreshold: {{ .Values.health.startupProbe.failureThreshold }}
{{ end }}
{{ if .Values.health.overrides }}
{{- toYaml .Values.health.overrides.probes | nindent 10 }}
{{ end }}
resources:
requests:
cpu: {{ .Values.resources.requests.cpu }}
Expand Down

0 comments on commit 84e2edf

Please sign in to comment.