Skip to content

Commit 739b5f7

Browse files
Merge pull request #134 from TineoC/feat/update-prod-balancer-domain
fix(kustomization): update ingress host values to balancerproject.org
2 parents b2e8917 + 3a15680 commit 739b5f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

balancer/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ patches:
2323
value: letsencrypt-prod
2424
- op: replace
2525
path: /spec/tls/0/hosts/0
26-
value: balancer.live.k8s.phl.io
26+
value: balancerproject.org
2727
- op: replace
2828
path: /spec/rules/0/host
29-
value: balancer.live.k8s.phl.io
29+
value: balancerproject.org
3030
- target:
3131
kind: Namespace
3232
name: balancer

0 commit comments

Comments
 (0)