basic-values.yaml 573 B

12345678910111213141516171819202122232425262728293031
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. shlink:
  7. postgres_image_selector: postgres_17_image
  8. db_password: secret
  9. redis_password: secret
  10. default_domain: localhost:8181
  11. is_https_enabled: false
  12. initial_api_key: secret-api-key
  13. additional_envs: []
  14. network:
  15. api_port:
  16. bind_mode: published
  17. port_number: 8181
  18. ix_volumes:
  19. postgres_data: /opt/tests/mnt/shlink/postgres_data
  20. storage:
  21. postgres_data:
  22. type: ix_volume
  23. ix_volume_config:
  24. dataset_name: postgres_data
  25. create_host_path: true
  26. additional_storage: []