From 233e53c92874f569652d922f6cdca76b3b37bf8d Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Thu, 20 Aug 2020 16:12:41 +0100 Subject: [PATCH] Set Istio idle timeout to 1h --- charts/kubezero-istio/templates/istio-private-ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubezero-istio/templates/istio-private-ingress.yaml b/charts/kubezero-istio/templates/istio-private-ingress.yaml index 03753083..ffc62886 100644 --- a/charts/kubezero-istio/templates/istio-private-ingress.yaml +++ b/charts/kubezero-istio/templates/istio-private-ingress.yaml @@ -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 }}"