basic-values.yaml 741 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. pterodactyl:
  7. redis_password: test
  8. db_root_password: test
  9. db_password: test
  10. trusted_proxies:
  11. - 10.0.0.0/8
  12. - 172.16.0.0/12
  13. - 192.168.0.0/16
  14. app_url: http://example.com
  15. app_key: exactly-32-characters-app-keyyyy
  16. additional_envs: []
  17. network:
  18. web_port:
  19. bind_mode: published
  20. port_number: 8080
  21. ix_volumes:
  22. config: /opt/tests/mnt/config
  23. mariadb_data: /opt/tests/mnt/mariadb_data
  24. storage:
  25. config:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: config
  29. create_host_path: true
  30. mariadb_data:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: mariadb_data
  34. create_host_path: true
  35. additional_storage: []