basic-values.yaml 379 B

123456789101112131415161718192021222324
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. cloudbeaver:
  6. additional_envs: []
  7. network:
  8. host_network: false
  9. web_port:
  10. bind_mode: published
  11. port_number: 8080
  12. ix_volumes:
  13. config: /opt/tests/mnt/cloudbeaver/config
  14. storage:
  15. config:
  16. type: ix_volume
  17. ix_volume_config:
  18. dataset_name: config
  19. create_host_path: true
  20. additional_storage: []