Files
chart/library/ix-dev/community/castopod/ci/extra-values.yaml
Stavros Kois a5028ed941 Castopod - migrate storage section (adds acl) (#1910)
* bump version

* update template

* update UI

* update values

* add migration

* values

* reduce diff
2023-12-20 15:12:32 +02:00

22 lines
336 B
YAML

castopodConfig:
baseUrl: http://localhost:31000
castopodNetwork:
webPort: 31000
castopodStorage:
data:
type: pvc
mariadbData:
type: pvc
mariadbBackup:
type: emptyDir
emptyDirConfig:
medium: ""
size: ""
additionalStorages:
- type: pvc
mountPath: /data1
- type: pvc
mountPath: /data2