Files
chart/library/ix-dev/community/flame/ci/extra-values.yaml
Stavros Kois 1910172b63 add flame to community applications (#1578)
* add `flame` to `community` applications

* fix secCtx

* mroe perms

* add ui

* remove extra word
2023-09-28 18:14:32 +03:00

18 lines
361 B
YAML

flameConfig:
password: password
flameNetwork:
webPort: 31000
flameStorage:
data:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data
additionalStorages:
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data1
mountPath: /data1
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data2
mountPath: /data2