gitops/helm/istiod/templates/apps-gateway.yaml
2026-06-28 17:06:29 +02:00

17 lines
296 B
YAML

apiVersion: networking.istio.io/v1
kind: Gateway
metadata:
name: apps-gateway
namespace: istio-ingress
spec:
selector:
app: ingressgateway
servers:
- port:
number: 80
name: http
protocol: HTTP
hosts:
- "*.apps.linvogel.ch"
- "*.apps.linvogel.internal"