basic-values.yaml 431 B

123456789101112131415161718192021222324252627
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. elastic:
  6. password: changeme
  7. heap_size: 512m
  8. node_name: node-1
  9. additional_envs: []
  10. network:
  11. host_network: false
  12. web_port:
  13. bind_mode: published
  14. port_number: 8080
  15. certificate_id:
  16. ix_volumes:
  17. data: /opt/tests/mnt/data
  18. storage:
  19. data:
  20. type: ix_volume
  21. ix_volume_config:
  22. dataset_name: data
  23. create_host_path: true
  24. additional_storage: []