mirror of
https://github.com/logos-storage/helm-charts.git
synced 2026-01-02 13:13:10 +00:00
feat: adjust chart for codex 0.2.0 (#5)
This commit is contained in:
parent
c24a606675
commit
14355a718f
@ -67,7 +67,7 @@ spec:
|
||||
{{- .Values.initEnv.command | toYaml | nindent 14 }}
|
||||
{{- else }}
|
||||
CODEX_NAT=$(kubectl get nodes ${NODE_NAME} -o jsonpath='{.status.addresses[?(@.type=="ExternalIP")].address}');
|
||||
echo "CODEX_NAT=${CODEX_NAT}" >> ${NODEPORT_FILE};
|
||||
echo "CODEX_NAT=extip:${CODEX_NAT}" >> ${NODEPORT_FILE};
|
||||
cat ${NODEPORT_FILE};
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
@ -108,8 +108,8 @@ spec:
|
||||
--data '{
|
||||
"totalSize": "{{ .Values.codex.marketplace.totalSize }}",
|
||||
"duration": "{{ .Values.codex.marketplace.duration }}",
|
||||
"minPrice": "{{ .Values.codex.marketplace.minPrice }}",
|
||||
"maxCollateral": "{{ .Values.codex.marketplace.maxCollateral }}"
|
||||
"minPricePerBytePerSecond": "{{ .Values.codex.marketplace.minPricePerBytePerSecond }}",
|
||||
"totalCollateral": "{{ .Values.codex.marketplace.totalCollateral }}"
|
||||
}')
|
||||
echo -e "Storage availability was configured \n${availability}" >/opt/storage-availability
|
||||
else
|
||||
|
||||
@ -206,8 +206,8 @@ codex:
|
||||
marketplace: {}
|
||||
# totalSize: "8000000000"
|
||||
# duration: "7200"
|
||||
# minPrice: "10"
|
||||
# maxCollateral: "10"
|
||||
# minPricePerBytePerSecond: "10"
|
||||
# totalCollateral: "9999999999999999"
|
||||
|
||||
# Init container to pass environment variables dynamically to each replica
|
||||
initEnv:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user