File tree Expand file tree Collapse file tree
deploy/manifests/balancer/overlays Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,9 +12,19 @@ images:
1212
1313patches :
1414 - target :
15- kind : HTTPRoute
16- name : balancer
15+ kind : ListenerSet
16+ name : balancer-listeners
1717 patch : |-
1818 - op: replace
19- path: /spec/hostnames/0
19+ path: /spec/listeners/0/hostname
20+ value: balancerproject.org
21+ - op: replace
22+ path: /spec/listeners/1/hostname
2023 value: balancerproject.org
24+ - target :
25+ kind : HTTPRoute
26+ name : balancer
27+ patch : |-
28+ - op: add
29+ path: /spec/hostnames
30+ value: ["balancerproject.org"]
Original file line number Diff line number Diff line change @@ -12,9 +12,19 @@ images:
1212
1313patches :
1414 - target :
15- kind : HTTPRoute
16- name : balancer
15+ kind : ListenerSet
16+ name : balancer-listeners
1717 patch : |-
1818 - op: replace
19- path: /spec/hostnames/0
19+ path: /spec/listeners/0/hostname
20+ value: sandbox.balancerproject.org
21+ - op: replace
22+ path: /spec/listeners/1/hostname
2023 value: sandbox.balancerproject.org
24+ - target :
25+ kind : HTTPRoute
26+ name : balancer
27+ patch : |-
28+ - op: add
29+ path: /spec/hostnames
30+ value: ["sandbox.balancerproject.org"]
You can’t perform that action at this time.
0 commit comments