1234567891011121314151617181920212223 |
- castopodConfig:
- baseUrl: http://localhost:31000
- castopodNetwork:
- webPort: 31000
- castopodStorage:
- data:
- type: hostPath
- hostPath: /mnt/{{ .Release.Name }}/data
- mariadbData:
- type: hostPath
- hostPath: /mnt/{{ .Release.Name }}/mariadbData
- mariadbBackup:
- type: hostPath
- hostPath: /mnt/{{ .Release.Name }}/mariadbBackup
- additionalStorages:
- - type: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/data1
- mountPath: /data1
- - type: hostPath
- hostPath: /mnt/{{ .Release.Namespace }}/data2
- mountPath: /data2
|