basic-values.yaml 653 B

12345678910111213141516171819202122232425262728293031323334353637
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: America/New_York
  6. tailscale:
  7. accept_dns: false
  8. userspace: false
  9. hostname: ix-tailscale
  10. advertise_exit_node: false
  11. auth_key: tskey-12345678901234567890123456789012
  12. auth_once: true
  13. reset: false
  14. extra_args: []
  15. tailscaled_args: []
  16. advertise_routes: []
  17. additional_envs: []
  18. network:
  19. host_network: true
  20. ix_volumes:
  21. state: /opt/tests/mnt/state
  22. storage:
  23. state:
  24. type: ix_volume
  25. ix_volume_config:
  26. dataset_name: state
  27. create_host_path: true
  28. additional_storage:
  29. - type: anonymous
  30. mount_path: /scratchpad
  31. volume_config:
  32. nocopy: true