extra-values.yaml 552 B

1234567891011121314151617181920212223
  1. castopodConfig:
  2. baseUrl: http://localhost:31000
  3. castopodNetwork:
  4. webPort: 31000
  5. castopodStorage:
  6. data:
  7. type: hostPath
  8. hostPath: /mnt/{{ .Release.Name }}/data
  9. mariadbData:
  10. type: hostPath
  11. hostPath: /mnt/{{ .Release.Name }}/mariadbData
  12. mariadbBackup:
  13. type: hostPath
  14. hostPath: /mnt/{{ .Release.Name }}/mariadbBackup
  15. additionalStorages:
  16. - type: hostPath
  17. hostPath: /mnt/{{ .Release.Namespace }}/data1
  18. mountPath: /data1
  19. - type: hostPath
  20. hostPath: /mnt/{{ .Release.Namespace }}/data2
  21. mountPath: /data2