Skip to content

Commit 693511c

Browse files
authored
chore: update zillion endpoint (#750)
1 parent d9b4eb8 commit 693511c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

products/zillion/cd/overlays/production/certificate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ metadata:
44
name: zillion
55
spec:
66
domains:
7-
- stake.zilliqa.com
7+
- zillion.zilliqa.com

products/zillion/cd/overlays/production/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ patches:
1313
patch: |-
1414
- op: replace
1515
path: "/spec/rules/0/host"
16-
value: stake.zilliqa.com
16+
value: zillion.zilliqa.com
1717
- op: remove
1818
path: "/spec/rules/2"
1919
- op: remove
@@ -22,7 +22,7 @@ patches:
2222
path: /metadata/annotations
2323
value:
2424
kubernetes.io/ingress.class: gce
25-
kubernetes.io/ingress.global-static-ip-name: stake-zilliqa-com
25+
kubernetes.io/ingress.global-static-ip-name: zillion-zilliqa-com
2626
networking.gke.io/managed-certificates: zillion
2727
networking.gke.io/v1beta1.FrontendConfig: zillion
2828
- target:

0 commit comments

Comments
 (0)