basic-values.yaml 780 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. traccar:
  6. postgres_image_selector: postgres_17_image
  7. db_password: secret
  8. additional_envs: []
  9. network:
  10. web_port:
  11. bind_mode: published
  12. port_number: 8080
  13. additional_port_ranges:
  14. - bind_mode: published
  15. protocol: tcp
  16. start: 5002
  17. end: 5002
  18. host_ips: []
  19. run_as:
  20. user: 568
  21. group: 568
  22. ix_volumes:
  23. postgres_data: /opt/tests/mnt/traccar/postgres_data
  24. data: /opt/tests/mnt/traccar/data
  25. logs: /opt/tests/mnt/traccar/logs
  26. storage:
  27. data:
  28. type: ix_volume
  29. ix_volume_config:
  30. dataset_name: data
  31. create_host_path: true
  32. postgres_data:
  33. type: ix_volume
  34. ix_volume_config:
  35. dataset_name: postgres_data
  36. create_host_path: true
  37. additional_storage: []