File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ ingress:
8080
8181gateway :
8282 enabled : false
83- gatewayClassName : " " # Required when creating a new Gateway. Name of a pre-existing GatewayClass (e.g., "eg" for Envoy Gateway)
84- existingGatewayName : " " # If set, skip Gateway creation and attach routes to this existing Gateway
85- existingGatewayNamespace : " " # Namespace of the existing Gateway. Defaults to release namespace if empty
83+ gatewayClassName : " " # Required when creating a new Gateway. Name of a pre-existing GatewayClass (e.g., "eg" for Envoy Gateway)
84+ existingGatewayName : " " # If set, skip Gateway creation and attach routes to this existing Gateway
85+ existingGatewayNamespace : " " # Namespace of the existing Gateway. Defaults to release namespace if empty
8686 annotations : {}
8787 labels : {}
8888 listeners :
@@ -96,7 +96,7 @@ gateway:
9696 # certificateRefs:
9797 # - name: lab-tls-secret
9898 httpRoute :
99- sectionNames : [] # Listener names to attach to on the Gateway. If empty, derived from listeners[].name
99+ sectionNames : [] # Listener names to attach to on the Gateway. If empty, derived from listeners[].name
100100 # - lab-http
101101 hostnames : []
102102 # - lab.example.com
You can’t perform that action at this time.
0 commit comments