set hostname
This commit is contained in:
@@ -9,14 +9,14 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
gatewayClassName: traefik
|
gatewayClassName: traefik
|
||||||
listeners:
|
listeners:
|
||||||
- hostname: ontime-dev.jwetzell.com
|
- hostname: ontime-k8s-dev.jwetzell.com
|
||||||
name: http
|
name: http
|
||||||
port: 80
|
port: 80
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
allowedRoutes:
|
allowedRoutes:
|
||||||
namespaces:
|
namespaces:
|
||||||
from: All
|
from: All
|
||||||
- hostname: ontime-dev.jwetzell.com
|
- hostname: ontime-k8s-dev.jwetzell.com
|
||||||
name: https
|
name: https
|
||||||
port: 443
|
port: 443
|
||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
@@ -26,7 +26,7 @@ spec:
|
|||||||
tls:
|
tls:
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- name: ontime-dev.jwetzell.com-tls
|
- name: ontime-k8s-dev.jwetzell.com-tls
|
||||||
---
|
---
|
||||||
apiVersion: gateway.networking.k8s.io/v1
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
kind: HTTPRoute
|
kind: HTTPRoute
|
||||||
|
|||||||
Reference in New Issue
Block a user