You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## @param dex.httpRoute.enabled Enable HTTPRoute generation for dex
683
+
##
684
+
enabled: false
685
+
## @param controlplane.httpRoute.tls Indicate if tls is active for this route
686
+
##
687
+
tls: false
688
+
## @param dex.httpRoute.annotations Additional annotations for the HTTPRoute resource
689
+
##
690
+
annotations: {}
691
+
## @param dex.httpRoute.labels Additional labels for the HTTPRoute resource
692
+
##
693
+
labels: {}
694
+
## @param dex.httpRoute.parentRefs Gateways the HTTPRoute is attached to. If unspecified, it'll be attached to Gateway named 'gateway' in the same namespace.
695
+
## e.g:
696
+
## parentRefs:
697
+
## - name: my-gateway
698
+
## sectionName: http
699
+
## namespace: default
700
+
##
701
+
parentRefs: []
702
+
## @param dex.httpRoute.hostnames [array] List of hostnames matching HTTP header
703
+
##
704
+
hostnames:
705
+
- dex.dev.local
706
+
## @param dex.httpRoute.matches [array] List of match rules applied to the HTTPRoute for the default svc backend reference
707
+
##
708
+
matches:
709
+
- path:
710
+
type: PathPrefix
711
+
value: /
712
+
## @param dex.httpRoute.filters List of filter rules applied to the HTTPRoute for the default svc backend reference
713
+
##
714
+
filters: []
715
+
## @param dex.httpRoute.extraRules List of extra rules applied to the HTTPRoute
0 commit comments