master #9

Merged
stefan merged 96 commits from master into stable 2020-08-24 11:15:28 +00:00
1 changed files with 13 additions and 2 deletions
Showing only changes of commit bdc9687bc3 - Show all commits

View File

@ -30,8 +30,9 @@ spec:
name: istio-private-ingressgateway
{{- end }}
env:
- name: TERMINATION_DRAIN_DURATION_SECONDS
value: "60"
# https://github.com/istio/istio/issues/26524
#- name: TERMINATION_DRAIN_DURATION_SECONDS
# value: "60"
- name: ISTIO_META_HTTP10
value: '"1"'
- name: ISTIO_META_ROUTER_MODE
@ -53,6 +54,16 @@ spec:
rollingUpdate:
maxSurge: 100%
maxUnavailable: 25%
overlays:
- apiVersion: apps/v1
kind: Deployment
name: istio-private-ingressgateway
patches:
- path: spec.template.spec.containers.[name:istio-proxy].lifecycle
value: {"preStop": {"exec": {"command": ["sh", "-c", "curl -X POST http://localhost:15000/healthcheck/fail && sleep 30"]}}}
- path: spec.template.spec.terminationGracePeriodSeconds
value: 90
values:
gateways:
istio-ingressgateway: