gitops/helm/argocd/templates/gateway.yaml
2026-06-27 17:12:52 +02:00

15 lines
222 B
YAML

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:
- "*"