option-values.yaml 609 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/Utc
  6. rest_server:
  7. append_only: false
  8. no_auth: false
  9. group_accessible_repos: false
  10. private_repos: false
  11. proxy_auth_username: ""
  12. users:
  13. - username: restic
  14. password: test
  15. extra_options:
  16. - --debug
  17. additional_envs: []
  18. network:
  19. host_network: false
  20. web_port:
  21. bind_mode: published
  22. port_number: 8000
  23. run_as:
  24. user: 568
  25. group: 568
  26. ix_volumes:
  27. data: /opt/tests/mnt/data
  28. storage:
  29. data:
  30. type: ix_volume
  31. ix_volume_config:
  32. dataset_name: data
  33. create_host_path: true
  34. additional_storage: []