16 lines
305 B
YAML
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 |