basic-values.yaml 996 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. komodo:
  6. passkey: secret
  7. additional_passkeys:
  8. - some-passkey
  9. db_password: secret
  10. local_auth: true
  11. allow_registration: true
  12. auto_enable_new_users: true
  13. additional_envs: []
  14. network:
  15. web_port:
  16. bind_mode: published
  17. port_number: 8080
  18. ix_volumes:
  19. mongo_data: /opt/tests/mnt/komodo/mongo_data
  20. backups: /opt/tests/mnt/komodo/backups
  21. syncs: /opt/tests/mnt/komodo/syncs
  22. periphery_root: /opt/tests/mnt/komodo/periphery_root
  23. storage:
  24. mongodb_data:
  25. type: ix_volume
  26. ix_volume_config:
  27. dataset_name: mongo_data
  28. create_host_path: true
  29. backups:
  30. type: ix_volume
  31. ix_volume_config:
  32. dataset_name: backups
  33. create_host_path: true
  34. syncs:
  35. type: ix_volume
  36. ix_volume_config:
  37. dataset_name: syncs
  38. create_host_path: true
  39. periphery_root:
  40. type: ix_volume
  41. ix_volume_config:
  42. dataset_name: periphery_root
  43. create_host_path: true
  44. additional_storage: []