basic-values.yaml 870 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. hoppscotch:
  6. postgres_image_selector: postgres_17_image
  7. db_password: password
  8. data_encryption_key: exactly32-chars-a-zA-Z0-9symbols
  9. urls:
  10. backend: http://localhost:33170
  11. frontend: http://localhost:33000
  12. admin: http://localhost:33100
  13. app_bundle: http://localhost:33200
  14. additional_envs: []
  15. network:
  16. backend_web_port:
  17. bind_mode: published
  18. port_number: 33170
  19. frontend_web_port:
  20. bind_mode: published
  21. port_number: 33000
  22. admin_web_port:
  23. bind_mode: published
  24. port_number: 33100
  25. app_bundle_port:
  26. bind_mode: published
  27. port_number: 33200
  28. ix_volumes:
  29. postgres_data: /opt/tests/mnt/hoppscotch/postgres
  30. storage:
  31. additional_storage: []
  32. postgres_data:
  33. type: ix_volume
  34. ix_volume_config:
  35. dataset_name: postgres_data
  36. create_host_path: true