From 283108bc0ce9140e54c022a0cc94584796dc7e5c Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sun, 28 Jun 2026 17:06:29 +0200 Subject: [PATCH] namespace --- apps/istio.yaml | 5 +++++ helm/istiod/templates/apps-gateway.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/istio.yaml b/apps/istio.yaml index fa5cf20..5c1d17b 100644 --- a/apps/istio.yaml +++ b/apps/istio.yaml @@ -3,6 +3,11 @@ kind: Namespace metadata: name: istio-system --- +apiVersion: v1 +kind: Namespace +metadata: + name: istio-ingress +--- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: diff --git a/helm/istiod/templates/apps-gateway.yaml b/helm/istiod/templates/apps-gateway.yaml index dbb92e5..ce85199 100644 --- a/helm/istiod/templates/apps-gateway.yaml +++ b/helm/istiod/templates/apps-gateway.yaml @@ -2,7 +2,7 @@ apiVersion: networking.istio.io/v1 kind: Gateway metadata: name: apps-gateway - namespace: istio-system + namespace: istio-ingress spec: selector: app: ingressgateway