From 5e2551d2683d2339d417b3f10ef656d5e0f2e042 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Mon, 29 Jun 2026 21:39:57 +0200 Subject: [PATCH] still fixing stuff --- helm/istio/templates/gateway.yaml | 6 +++--- helm/istio/templates/namespace.yaml | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 helm/istio/templates/namespace.yaml diff --git a/helm/istio/templates/gateway.yaml b/helm/istio/templates/gateway.yaml index 41b1ee2..0f149ee 100644 --- a/helm/istio/templates/gateway.yaml +++ b/helm/istio/templates/gateway.yaml @@ -1,11 +1,11 @@ apiVersion: networking.istio.io/v1 kind: Gateway metadata: - name: my-gateway - namespace: some-config-namespace + name: ingress-gateway + namespace: istio-ingress spec: selector: - app: my-gateway-controller + app: istio-ingress servers: - port: number: 80 diff --git a/helm/istio/templates/namespace.yaml b/helm/istio/templates/namespace.yaml new file mode 100644 index 0000000..f8c0e19 --- /dev/null +++ b/helm/istio/templates/namespace.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: istio-ingress \ No newline at end of file