no-host-values.yaml 490 B

123456789101112131415161718192021222324252627
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. zerotier:
  6. auth_token: 0123456789abcdef0123456789abcdef
  7. identity_public: some identity public
  8. identity_secret: some identity secret
  9. networks:
  10. - 0a1b2c3de4f56739
  11. - 0a1b2c3de4f56789
  12. additional_envs: []
  13. network:
  14. host_network: false
  15. ix_volumes:
  16. config: /opt/tests/mnt/config
  17. storage:
  18. config:
  19. type: ix_volume
  20. ix_volume_config:
  21. dataset_name: config
  22. create_host_path: true
  23. additional_storage: []