still fixing stuff

This commit is contained in:
Linus Vogel 2026-06-29 21:39:57 +02:00
parent 5d965dbc9a
commit 5e2551d268
2 changed files with 7 additions and 3 deletions

View File

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

View File

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: istio-ingress