gitops/helm/istiod/templates/apps-gateway.yaml
2026-06-27 17:08:03 +02:00

17 lines
295 B
YAML

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