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 : cardano-node
33description : Creates a Cardano node deployment with SOCAT sidecar
4- version : 0.8.1
4+ version : 0.8.2
55appVersion : 10.5.3
66maintainers :
77 - name : aurora
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ spec:
1515 annotations :
1616 cluster-autoscaler.kubernetes.io/safe-to-evict : " false"
1717 kubectl.kubernetes.io/default-container : cardano-node
18- {{- if .Values.blockProducer.enabled }}
19- checksum/keys : {{ .Values.blockProducer.keys | toJson | sha256sum }}
20- {{- end }}
21- {{- if .Values.topology.enabled }}
22- checksum/topology : {{ .Values.topology | toJson | sha256sum }}
18+ {{- if .Values.blockProducer.enabled }}
19+ checksum/keys : {{ .Values.blockProducer.keys | toJson | sha256sum }}
20+ {{- end }}
21+ {{- if .Values.topology.enabled }}
22+ checksum/topology : {{ .Values.topology | toJson | sha256sum }}
2323{{- end }}
2424 labels :
2525{{ include "cardano-node.labels" . | indent 8 }}
@@ -215,12 +215,10 @@ spec:
215215 image : {{ .Values.image.repository }}:{{ .Values.image.tag }}
216216 imagePullPolicy : IfNotPresent
217217 command :
218- - sh
219- - -c
220- - socat TCP-LISTEN:${PORT},fork UNIX-CLIENT:/ipc/node.socket,ignoreeof
221- env :
222- - name : PORT
223- value : " {{ .Values.service.ports.socatNtc.targetPort }}"
218+ - socat
219+ args :
220+ - " TCP-LISTEN:{{ .Values.service.ports.socatNtc.targetPort }},fork"
221+ - " UNIX-CLIENT:/ipc/node.socket,ignoreeof"
224222 ports :
225223 - containerPort : {{ .Values.service.ports.socatNtc.targetPort }}
226224 resources : {{ .Values.socat.resources | toYaml | nindent 10 }}
You can’t perform that action at this time.
0 commit comments