Skip to content

Commit fb7b270

Browse files
committed
fix(gateway): patch hostname for redirect HTTPRoute in overlays
Updates the sandbox and production overlays to ensure the hostname is also patched on the new balancer-redirect HTTPRoute.
1 parent b9c9591 commit fb7b270

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

deploy/manifests/balancer/overlays/production/kustomization.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ patches:
2828
- op: add
2929
path: /spec/hostnames
3030
value: ["balancerproject.org"]
31+
- target:
32+
kind: HTTPRoute
33+
name: balancer-redirect
34+
patch: |-
35+
- op: add
36+
path: /spec/hostnames
37+
value: ["balancerproject.org"]

deploy/manifests/balancer/overlays/sandbox/kustomization.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ patches:
2828
- op: add
2929
path: /spec/hostnames
3030
value: ["sandbox.balancerproject.org"]
31+
- target:
32+
kind: HTTPRoute
33+
name: balancer-redirect
34+
patch: |-
35+
- op: add
36+
path: /spec/hostnames
37+
value: ["sandbox.balancerproject.org"]

0 commit comments

Comments
 (0)