align gateway spec
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
# IP: 10.1.71.90 (first address in cilium-gateway LB pool)
|
# IP: 10.1.71.90 (first address in cilium-gateway LB pool)
|
||||||
#
|
#
|
||||||
# TLS terminated here using wildcard cert from cert-manager.
|
# TLS terminated here using wildcard cert from cert-manager.
|
||||||
# HTTP listener included for redirect (handled at HTTPRoute level).
|
# HTTP listener included for potential redirect use at HTTPRoute level.
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
apiVersion: gateway.networking.k8s.io/v1
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
kind: Gateway
|
kind: Gateway
|
||||||
@@ -30,8 +30,9 @@ spec:
|
|||||||
tls:
|
tls:
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- name: fastpass-wildcard-tls
|
- group: ""
|
||||||
kind: Secret
|
kind: Secret
|
||||||
|
name: fastpass-wildcard-tls
|
||||||
allowedRoutes:
|
allowedRoutes:
|
||||||
namespaces:
|
namespaces:
|
||||||
from: All
|
from: All
|
||||||
|
|||||||
Reference in New Issue
Block a user