basic-values.yaml 808 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. castopod:
  6. db_password: db-castopod-password
  7. db_root_password: root-db-castopod-password
  8. redis_password: redis-castopod-password
  9. analytics_salt: analytics-salt
  10. base_url: http://localhost:8080
  11. web_timeout: 900
  12. web_max_body_size: 512
  13. php_memory_limit: 512
  14. enable_2fa: false
  15. disable_https_redirect: true
  16. additional_envs: []
  17. network:
  18. web_port:
  19. bind_mode: published
  20. port_number: 8080
  21. ix_volumes:
  22. data: /opt/tests/mnt/data
  23. mariadb_data: /opt/tests/mnt/mariadb-data
  24. storage:
  25. data:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: data
  29. create_host_path: true
  30. mariadb_data:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: mariadb_data
  34. create_host_path: true
  35. additional_storage: []