From f4b3bc85c76563c70a36971031c6d09355519ba4 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 26 Feb 2021 00:35:21 +0100 Subject: [PATCH] Fix gateway protocol --- charts/kubezero-istio-ingress/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/kubezero-istio-ingress/values.yaml b/charts/kubezero-istio-ingress/values.yaml index 639a54b..50a9aee 100644 --- a/charts/kubezero-istio-ingress/values.yaml +++ b/charts/kubezero-istio-ingress/values.yaml @@ -45,17 +45,17 @@ istio-ingress: - name: status-port port: 15021 nodePort: 30021 - protocol: http + protocol: TCP - name: http2 port: 80 targetPort: 8080 nodePort: 30080 - protocol: http2 + protocol: TCP - name: https port: 443 targetPort: 8443 nodePort: 30443 - protocol: https + protocol: TCP ## multi-cluster - disabled on public LBs #- name: tcp-istiod # port: 15012 @@ -111,17 +111,17 @@ istio-private-ingress: - name: status-port port: 15021 nodePort: 31021 - protocol: http + protocol: TCP - name: http2 port: 80 targetPort: 8080 nodePort: 31080 - protocol: http2 + protocol: TCP - name: https port: 443 targetPort: 8443 nodePort: 31443 - protocol: https + protocol: TCP # multi-cluster - name: tcp-istiod port: 15012