ix_values.yaml 560 B

123456789101112131415161718192021222324
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/castopod_app
  4. tag: "1.13.5"
  5. web_image:
  6. repository: castopod/web-server
  7. tag: "1.13.5"
  8. mariadb_image:
  9. repository: mariadb
  10. tag: "12.0.2"
  11. redis_image:
  12. repository: valkey/valkey
  13. tag: 8.1.3
  14. consts:
  15. castopod_container_name: castopod
  16. castopod_web_container_name: castopod-web
  17. perms_container_name: permissions
  18. mariadb_container_name: mariadb
  19. redis_container_name: redis
  20. db_user: castopod
  21. db_name: castopod
  22. internal_web_port: 80
  23. internal_api_port: 9000