File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : abstract-node
33description : External node for syncing and serving blockchain data for Abstract
4- version : 0.1.29
4+ version : 0.1.31
55type : application
66icon : https://abstract-assets.abs.xyz/icons/light.png
77keywords :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments