basic-values.yaml 348 B

12345678910111213141516
  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