ix_values.yaml 717 B

12345678910111213141516171819202122232425262728293031
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/wger_server
  4. tag: 2.4-dev
  5. nginx_image:
  6. repository: nginxinc/nginx-unprivileged
  7. tag: 1.29.1
  8. postgres_17_image:
  9. repository: postgres
  10. tag: 17.6-bookworm
  11. redis_image:
  12. repository: valkey/valkey
  13. tag: 8.1.3
  14. postgres_upgrade_image:
  15. repository: ixsystems/postgres-upgrade
  16. tag: 1.0.4
  17. consts:
  18. server_container_name: server
  19. worker_container_name: worker
  20. beat_container_name: beat
  21. nginx_container_name: nginx
  22. postgres_container_name: postgres
  23. redis_container_name: redis
  24. perms_container_name: permissions
  25. db_user: wger
  26. db_name: wger
  27. run_as_user: 1000
  28. run_as_group: 1000
  29. internal_server_port: 8000