Set Istio idle timeout to 1h

This commit is contained in:
Stefan Reimer 2020-08-20 16:12:41 +01:00
parent 96a6132a43
commit 233e53c928

View File

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