Files
chart/library/ix-dev/community/ipfs/ci/extra-env-values.yaml
Stavros Kois 010418b98c NAS-120628 / 23.10 / Add IPFS app to community train (#1023)
* Add ipfs to community train

* run chown before config and only once

* fix selector

* update readme(s)

* add update strategy
2023-03-20 18:00:15 +02:00

17 lines
340 B
YAML

ipfsConfig:
additionalEnvs:
- name: GOLOG_LOG_LEVEL
value: debug
- name: GOLOG_LOG_FMT
value: json
ipfsStorage:
data:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data
datasetName: data
staging:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/staging
datasetName: staging