basic-values.yaml 840 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. kimai:
  6. db_root_password: root
  7. db_password: kimai
  8. app_secret: secret
  9. admin_mail: admin@example.com
  10. admin_password: admin1234
  11. additional_envs: []
  12. network:
  13. host_network: false
  14. web_port:
  15. bind_mode: published
  16. port_number: 8080
  17. run_as:
  18. user: 568
  19. group: 568
  20. ix_volumes:
  21. data: /opt/tests/mnt/kimai/data
  22. plugins: /opt/tests/mnt/kimai/plugins
  23. mariadb_data: /opt/tests/mnt/kimai/mariadb_data
  24. storage:
  25. data:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: data
  29. create_host_path: true
  30. plugins:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: plugins
  34. create_host_path: true
  35. mariadb_data:
  36. type: ix_volume
  37. ix_volume_config:
  38. dataset_name: mariadb_data
  39. create_host_path: true
  40. additional_storage: []