21 lines
513 B
YAML
21 lines
513 B
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: Gateway
|
|
metadata:
|
|
annotations:
|
|
cert-manager.io/issuer: lets-encrypt-prod
|
|
name: ontime-dev-doks
|
|
spec:
|
|
gatewayClassName: cilium
|
|
listeners:
|
|
- hostname: ontime-dev-doks.jwetzell.com
|
|
name: ontime-dev-doks-http
|
|
port: 80
|
|
protocol: HTTP
|
|
- hostname: ontime-dev-doks.jwetzell.com
|
|
name: ontime-dev-doks-https
|
|
port: 443
|
|
protocol: HTTPS
|
|
tls:
|
|
mode: Terminate
|
|
certificateRefs:
|
|
- name: ontime-dev-doks.jwetzell.com-tls |