basic-values.yaml 579 B

123456789101112131415161718192021222324252627282930313233343536
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. grafana:
  6. plugins: []
  7. additional_envs: []
  8. network:
  9. host_network: false
  10. certificate_id:
  11. web_port:
  12. bind_mode: published
  13. port_number: 8080
  14. root_url: ""
  15. run_as:
  16. user: 568
  17. group: 568
  18. ix_volumes:
  19. data: /opt/tests/mnt/data
  20. plugins: /opt/tests/mnt/plugins
  21. storage:
  22. data:
  23. type: ix_volume
  24. ix_volume_config:
  25. dataset_name: data
  26. create_host_path: true
  27. plugins:
  28. type: ix_volume
  29. ix_volume_config:
  30. dataset_name: plugins
  31. create_host_path: true
  32. additional_storage: []