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.19
4+ version : 0.1.20
55type : application
66icon : https://abstract-assets.abs.xyz/icons/light.png
77keywords :
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ spec:
152152 - name : ws
153153 containerPort : {{ .Values.rpc.ws.port }}
154154 {{- end }}
155- {{- if .Values.global.metrics.enabled }}
155+ {{- if or .Values.global.metrics.enabled .Values .metrics.enabled }}
156156 - name : metrics
157157 containerPort : {{ .Values.metrics.port }}
158158 {{- end }}
Original file line number Diff line number Diff line change 168168# # Healthcheck configuration.
169169# #
170170healthcheck :
171+ enabled : true
171172 port : " 3081"
172173
173174# # Metrics configuration.
You can’t perform that action at this time.
0 commit comments