Skip to content

Commit f5e3fc7

Browse files
committed
adjust sidecar config
1 parent 7ccd615 commit f5e3fc7

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

charts/abstract-node/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: abstract-node
33
description: External node for syncing and serving blockchain data for Abstract
4-
version: 0.1.29
4+
version: 0.1.31
55
type: application
66
icon: https://abstract-assets.abs.xyz/icons/light.png
77
keywords:

charts/abstract-node/templates/statefulset.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,14 @@ spec:
218218
env:
219219
- name: SERVER_BINDADDR
220220
value: "{{ .Values.sidecar.bindAddr }}:{{ .Values.sidecar.bindPort }}"
221-
- name: CLIENT_PORT
221+
- name: CLIENT_RPCPORT
222222
value: {{ .Values.rpc.http.port | quote }}
223+
- name: CLIENT_HEALTHPORT
224+
value: {{ .Values.healthcheck.port | quote }}
225+
- name: CLIENT_SCHEME
226+
value: "http"
227+
- name: CLIENT_HOST
228+
value: "127.0.0.1"
223229
ports:
224230
- containerPort: {{ .Values.sidecar.bindPort }}
225231
name: sidecar

0 commit comments

Comments
 (0)