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
@@ -87,6 +87,12 @@ Open `http://localhost:8082/` in your browser.
87
87
| ingress.annotations | object |`{}`| Annotations for the Ingress |
88
88
| ingress.hosts | string |`nil`| Ingress host list |
89
89
| ingress.tls | list |`[]`| Ingress tls list |
90
+
| httproute.enabled | bool |`false`| Enable HTTPRoute resource (Gateway API alternative to Ingress) Requires Gateway API CRDs (v1) installed in cluster https://gateway-api.sigs.k8s.io/|
| ui.ingress.hosts | list |`[]`| List of ingress host configurations. |
461
464
| ui.ingress.tls | list |`[]`| List of ingress TLS configurations. |
465
+
| ui.httproute.enabled | bool |`false`| Enable HTTPRoute resource (Gateway API alternative to Ingress) Requires Gateway API CRDs (v1) installed in cluster https://gateway-api.sigs.k8s.io/|
| ui.httproute.parentRefs | list |`[]`| Gateway API parentRefs (list of Gateway references) Must reference an existing Gateway resource |
469
+
| ui.httproute.hostnames | list |`[]`| List of hostnames for HTTPRoute |
470
+
| ui.httproute.rules | list |`[{"matches":[{"path":{"type":"PathPrefix","value":"/"}}]}]`| HTTPRoute rules configuration Allows advanced routing with matches and filters |
462
471
| ui.networkPolicy.enabled | bool |`false`| When true, use a NetworkPolicy to allow ingress to the webhook This is useful on clusters using Calico and/or native k8s network policies in a default-deny setup. |
463
472
| ui.networkPolicy.egress | list |`[{"ports":[{"port":6443,"protocol":"TCP"}]}]`| A list of valid from selectors according to https://kubernetes.io/docs/concepts/services-networking/network-policies. Enables Kubernetes API Server by default |
464
473
| ui.networkPolicy.ingress | list |`[]`| A list of valid from selectors according to https://kubernetes.io/docs/concepts/services-networking/network-policies.|
@@ -476,7 +485,7 @@ Open `http://localhost:8082/` in your browser.
@@ -523,6 +532,12 @@ Open `http://localhost:8082/` in your browser.
523
532
| plugin.kyverno.networkPolicy.enabled | bool |`false`| When true, use a NetworkPolicy to allow ingress to the webhook This is useful on clusters using Calico and/or native k8s network policies in a default-deny setup. |
524
533
| plugin.kyverno.networkPolicy.egress | list |`[{"ports":[{"port":6443,"protocol":"TCP"}]}]`| A list of valid from selectors according to https://kubernetes.io/docs/concepts/services-networking/network-policies. Enables Kubernetes API Server by default |
525
534
| plugin.kyverno.networkPolicy.ingress | list |`[]`| A list of valid from selectors according to https://kubernetes.io/docs/concepts/services-networking/network-policies.|
535
+
| plugin.kyverno.httproute.enabled | bool |`false`| Enable HTTPRoute resource (Gateway API alternative to Ingress) Requires Gateway API CRDs (v1) installed in cluster https://gateway-api.sigs.k8s.io/|
0 commit comments