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

18 lines
372 B
YAML

---
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
annotations:
cert-manager.io/cluster-issuer: lets-encrypt-prod
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