From 7f41356352af7132b0731df3968f676a3ae77ae4 Mon Sep 17 00:00:00 2001 From: James Andariese Date: Thu, 10 Aug 2023 17:21:17 -0500 Subject: [PATCH] configure trusted proxies for istio --- argo1/values.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/argo1/values.yaml b/argo1/values.yaml index 3163dc5..b4e3e62 100644 --- a/argo1/values.yaml +++ b/argo1/values.yaml @@ -137,7 +137,12 @@ istio-base: # values: # defaultRevision: default -istio-ingress: {enabled: true} +istio-ingress: + enabled: true + values: | + meshConfig: + gatewayTopology: + numTrustedProxies: 2 istiod: {enabled: true} metallb: {enabled: true} pgo: {enabled: true}