namespace

This commit is contained in:
Linus Vogel 2026-06-28 17:06:29 +02:00
parent 0914c4b5ec
commit 283108bc0c
2 changed files with 6 additions and 1 deletions

View File

@ -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:

View File

@ -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