ix_values.yaml 538 B

123456789101112131415161718192021
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/mattermost_mattermost-team-edition
  4. tag: 10.12.0
  5. postgres_17_image:
  6. repository: postgres
  7. tag: 17.6-bookworm
  8. postgres_upgrade_image:
  9. repository: ixsystems/postgres-upgrade
  10. tag: 1.0.4
  11. consts:
  12. mattermost_container_name: mattermost
  13. postgres_container_name: postgres
  14. perms_container_name: permissions
  15. db_user: mattermost
  16. db_name: mattermost
  17. run_as_user: 2000
  18. run_as_group: 2000
  19. ssl_key_path: /certs/ssl.key
  20. ssl_cert_path: /certs/ssl.crt