Files
ontime-k8s/clusters/ontime-jwetzell/configs/gateway.yaml
2026-01-19 07:43:10 -06:00

16 lines
305 B
YAML

---
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: ontime-dev
namespace: kube-system
spec:
gatewayClassName: traefik
listeners:
- hostname: ontime-k8s-dev.jwetzell.com
name: http
port: 8000
protocol: HTTP
allowedRoutes:
namespaces:
from: All