Set Istio idle timeout
This commit is contained in:
parent
f1ef778075
commit
96a6132a43
@ -34,6 +34,8 @@ spec:
|
||||
value: '"1"'
|
||||
- name: ISTIO_META_ROUTER_MODE
|
||||
value: standard
|
||||
- name: ISTIO_META_IDLE_TIMEOUT
|
||||
value: "60s"
|
||||
{{- if eq .Values.ingress.type "NodePort" }}
|
||||
nodeSelector:
|
||||
node.kubernetes.io/ingress.private: "{{ .Values.ingress.private.nodeSelector }}"
|
||||
|
@ -4,7 +4,7 @@ set -eux
|
||||
# all credits go to the argoproj Helm guys https://github.com/argoproj/argo-helm
|
||||
|
||||
SRCROOT="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
GIT_PUSH=${GIT_PUSH:-false}
|
||||
GIT_PUSH=${GIT_PUSH:-true}
|
||||
|
||||
rm -rf $SRCROOT/output && git clone -b gh-pages ssh://git@git.zero-downtime.net:22000/ZeroDownTime/KubeZero.git $SRCROOT/output
|
||||
# Reset all
|
||||
|
Loading…
Reference in New Issue
Block a user