Skip to content

Commit 3cc781b

Browse files
committed
update hostname
1 parent bca6418 commit 3cc781b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

k8s/production/aztec-listener/deployment.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ spec:
3838
value: "SANDBOX"
3939
- name: MAX_BATCH_SIZE_FETCH_MISSED_BLOCKS
4040
value: "50"
41+
- name: DISABLE_AZTEC
42+
value: "true"
4143
- name: LISTEN_FOR_BLOCKS
4244
value: "true"
4345
- name: CATCHUP_ENABLED

k8s/production/explorer-api/ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
spec:
1212
ingressClassName: nginx
1313
rules:
14-
- host: api.sugarpeanut.com # TODO: change to env-var "DOMAIN"
14+
- host: api.chicmoz.info # TODO: change to env-var "DOMAIN"
1515
http:
1616
paths:
1717
- path: /v1/([^/]+)/(.*)

k8s/production/explorer-ui/ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
ingressClassName: nginx
88
rules:
9-
- host: sugarpeanut.com # TODO: change to env-var "DOMAIN"
9+
- host: chicmoz.info # TODO: change to env-var "DOMAIN"
1010
http:
1111
paths:
1212
- backend:

0 commit comments

Comments
 (0)