https-redirect-values.yaml 396 B

123456789101112131415161718
  1. castopodConfig:
  2. baseUrl: http://localhost:31000
  3. disableHttpsRedirect: false
  4. enable2fa: true
  5. castopodNetwork:
  6. webPort: 31000
  7. castopodStorage:
  8. data:
  9. type: hostPath
  10. hostPath: /mnt/{{ .Release.Name }}/data
  11. mariadbData:
  12. type: hostPath
  13. hostPath: /mnt/{{ .Release.Name }}/mariadbData
  14. mariadbBackup:
  15. type: hostPath
  16. hostPath: /mnt/{{ .Release.Name }}/mariadbBackup