Set Istio idle timeout to 1h

This commit is contained in:
Stefan Reimer 2020-08-20 16:12:41 +01:00
parent c5e0187475
commit 225526869e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ spec:
- name: ISTIO_META_ROUTER_MODE
value: standard
- name: ISTIO_META_IDLE_TIMEOUT
value: "60s"
value: "3600s"
{{- if eq .Values.ingress.type "NodePort" }}
nodeSelector:
node.kubernetes.io/ingress.private: "{{ .Values.ingress.private.nodeSelector }}"