basic-values.yaml 736 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. vikunja:
  7. postgres_image_selector: postgres_17_image
  8. url: http://localhost:8080/
  9. jwt_secret: vikunja-jwt-secret
  10. db_password: vikunja-db-pass
  11. redis_password: vikunja-redis-pass
  12. max_file_size: 10
  13. additional_envs: []
  14. network:
  15. web_port:
  16. bind_mode: published
  17. port_number: 8080
  18. run_as:
  19. user: 568
  20. group: 568
  21. ix_volumes:
  22. data: /opt/tests/data
  23. postgres-data: /opt/tests/postgres-data
  24. storage:
  25. data:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: data
  29. create_host_path: true
  30. postgres_data:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: postgres-data
  34. create_host_path: true
  35. additional_storage: []