mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
* Add ipfs to community train * run chown before config and only once * fix selector * update readme(s) * add update strategy
17 lines
340 B
YAML
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
|