2fa-values.yaml 366 B

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