basic-values.yaml 452 B

123456789101112131415161718192021222324252627
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. pgadmin:
  6. admin_email: admin@example.com
  7. admin_password: admin-password
  8. additional_envs: []
  9. network:
  10. host_network: false
  11. certificate_id: null
  12. web_port:
  13. bind_mode: published
  14. port_number: 8080
  15. ix_volumes:
  16. config: /opt/tests/mnt/config
  17. storage:
  18. config:
  19. type: ix_volume
  20. ix_volume_config:
  21. dataset_name: config
  22. create_host_path: true
  23. additional_storage: []