basic-values.yaml 636 B

123456789101112131415161718192021222324252627282930313233343536373839
  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: true
  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. additional_envs: []
  17. network:
  18. host_network: false
  19. web_port:
  20. bind_mode: published
  21. port_number: 8000
  22. run_as:
  23. user: 568
  24. group: 568
  25. ix_volumes:
  26. data: /opt/tests/mnt/data
  27. storage:
  28. data:
  29. type: ix_volume
  30. ix_volume_config:
  31. dataset_name: data
  32. create_host_path: true
  33. additional_storage: []