basic-values.yaml 701 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. ci: true
  6. mumble:
  7. superuser_password: password
  8. server_password: password
  9. ice_secret_read: password
  10. ice_secret_write: password
  11. welcome_text: Welcome to Mumble
  12. users: 100
  13. additional_envs: []
  14. network:
  15. host_network: false
  16. server_port:
  17. bind_mode: published
  18. port_number: 808
  19. ice_port:
  20. bind_mode: published
  21. port_number: 8081
  22. certificate_id: null
  23. ix_volumes:
  24. data: /opt/tests/mnt/data
  25. storage:
  26. data:
  27. type: ix_volume
  28. ix_volume_config:
  29. dataset_name: data
  30. create_host_path: true
  31. additional_storage:
  32. - type: anonymous
  33. mount_path: /scratchpad
  34. volume_config:
  35. nocopy: true