From 3a90a6aca69d153b1e8a6158b36643019e45aa48 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 13 Apr 2025 10:39:58 -0500 Subject: [PATCH] update --- dmz/istio-system/values.yaml | 4 ++++ infra/istio-system/values.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/dmz/istio-system/values.yaml b/dmz/istio-system/values.yaml index 65991be..5778ed0 100644 --- a/dmz/istio-system/values.yaml +++ b/dmz/istio-system/values.yaml @@ -4,3 +4,7 @@ istiod: meshID: mesh1 multiCluster: clusterName: dmz + +gateway: + name: istio-eastwestgateway + networkGateway: network2 \ No newline at end of file diff --git a/infra/istio-system/values.yaml b/infra/istio-system/values.yaml index e36bf6a..5cd90bd 100644 --- a/infra/istio-system/values.yaml +++ b/infra/istio-system/values.yaml @@ -4,3 +4,7 @@ istiod: meshID: mesh1 multiCluster: clusterName: infra + +gateway: + name: istio-eastwestgateway + networkGateway: network1 \ No newline at end of file