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
+
tls: false
687
+
## @param dex.httpRoute.annotations Additional annotations for the HTTPRoute resource
688
+
##
689
+
annotations: {}
690
+
## @param dex.httpRoute.labels Additional labels for the HTTPRoute resource
691
+
##
692
+
labels: {}
693
+
## @param dex.httpRoute.parentRefs Gateways the HTTPRoute is attached to. If unspecified, it'll be attached to Gateway named 'gateway' in the same namespace.
694
+
## e.g:
695
+
## parentRefs:
696
+
## - name: my-gateway
697
+
## sectionName: http
698
+
## namespace: default
699
+
##
700
+
parentRefs: []
701
+
## @param dex.httpRoute.hostnames [array] List of hostnames matching HTTP header
702
+
##
703
+
hostnames:
704
+
- dex.dev.local
705
+
## @param dex.httpRoute.matches [array] List of match rules applied to the HTTPRoute for the default svc backend reference
706
+
##
707
+
matches:
708
+
- path:
709
+
type: PathPrefix
710
+
value: /
711
+
## @param dex.httpRoute.filters List of filter rules applied to the HTTPRoute for the default svc backend reference
712
+
##
713
+
filters: []
714
+
## @param dex.httpRoute.extraRules List of extra rules applied to the HTTPRoute
0 commit comments