add default gateway

This commit is contained in:
Linus Vogel 2026-06-27 17:12:52 +02:00
parent ce3906f012
commit 96c2709651

View File

@ -0,0 +1,14 @@
apiVersion: networking.istio.io/v1
kind: Gateway
metadata:
name: my-ingress
spec:
selector:
app: my-ingressgateway
servers:
- port:
number: 80
name: http2
protocol: HTTP2
hosts:
- "*"