ix_values.yaml 533 B

123456789101112131415161718
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/gaseousgames_gaseousserver
  4. tag: v1.7.14
  5. mariadb_image:
  6. repository: mariadb
  7. tag: 12.0.2
  8. consts:
  9. gaseous_container_name: gaseous-server
  10. perms_container_name: permissions
  11. mariadb_container_name: mariadb
  12. db_user: gaseous
  13. db_name: gaseous
  14. internal_web_port: 80
  15. notes_body: |
  16. For information on how to use Gaseous, as well as adding roms,
  17. please visit the [official documentation](https://github.com/gaseous-project/gaseous-server/wiki).