Skip to content

Commit

Permalink
[conf]update k8s config to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
fountainchen committed Aug 3, 2022
1 parent 3af1c2a commit c077a03
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kube/indexer/starcoin-indexer-halley-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: starcoin-indexer
image: starcoin/starcoin_indexer:sha-2389431
image: starcoin/starcoin_indexer:sha-3af1c2a
ports:
- containerPort: 8300
env:
Expand Down
4 changes: 3 additions & 1 deletion kube/indexer/starcoin-indexer-proxima-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: starcoin-indexer
image: starcoin/starcoin_indexer:sha-01d1251
image: starcoin/starcoin_indexer:sha-3af1c2a
ports:
- containerPort: 8300
env:
Expand All @@ -36,6 +36,8 @@ spec:
key: password
- name: STARCOIN_ES_URL
value: "search-starcoin-es2-47avtmhexhbg7qtynzebcnnu64.ap-northeast-1.es.amazonaws.com"
- name: TXN_OFFSET
value: "0"
- name: STARCOIN_ES_PROTOCOL
value: "https"
- name: STARCOIN_ES_PORT
Expand Down
2 changes: 1 addition & 1 deletion kube/scan-api/scan-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: scan-api
image: starcoin/starcoin_scan:sha-c12f628
image: starcoin/starcoin_scan:sha-3af1c2a
ports:
- name: http
containerPort: 8500
Expand Down
2 changes: 1 addition & 1 deletion kube/scan-api/scan-test-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: scan-test-api
image: starcoin/starcoin_scan:sha-c12f628
image: starcoin/starcoin_scan:sha-3af1c2a
ports:
- name: http
containerPort: 8500
Expand Down

0 comments on commit c077a03

Please sign in to comment.