basic-values.yaml 711 B

123456789101112131415161718192021222324252627282930313233343536
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. twofactor_auth:
  7. # Exactly 32 characters long
  8. app_key: aaaaaaaabbbbbbbbccccccccdddddddd
  9. app_name: 2FAuth
  10. app_url: http://localhost:8080
  11. site_owner_email: admin@example.com
  12. authentication_guard: web-guard
  13. authentication_header_user: ''
  14. authentication_header_email: ''
  15. webauthn_user_verification: preferred
  16. trusted_proxies: []
  17. additional_envs: []
  18. network:
  19. host_network: false
  20. web_port:
  21. bind_mode: published
  22. port_number: 8080
  23. ix_volumes:
  24. config: /opt/tests/mnt/config
  25. storage:
  26. config:
  27. type: ix_volume
  28. ix_volume_config:
  29. dataset_name: config
  30. create_host_path: true
  31. additional_storage: []