Skip to content

Commit

Permalink
Update projects/gateway2/helm/gloo-gateway/templates/gateway/proxy-de…
Browse files Browse the repository at this point in the history
…ployment.yaml

Co-authored-by: Jenny Shu <28537278+jenshu@users.noreply.github.com>
  • Loading branch information
davidjumani and jenshu authored Nov 18, 2024
1 parent f1452ab commit e818e11
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ spec:
livenessProbe:
{{ toYaml $gateway.livenessProbe | indent 10}}
{{- end }}{{/*if $gateway.livenessProbe*/}}
{{- if $gateway.gracefulShutdown }}
{{- if $gateway.gracefulShutdown.enabled }}
{{- if ($gateway.gracefulShutdown).enabled }}
lifecycle:
preStop:
exec:
Expand Down

0 comments on commit e818e11

Please sign in to comment.