18 lines
372 B
YAML
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 |