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

16 lines
303 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: 80
protocol: HTTP
allowedRoutes:
namespaces:
from: All