basic-values.yaml 755 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. passbolt:
  6. db_password: db-passbolt-password
  7. db_root_password: root-db-passbolt-password
  8. app_url: http://localhost:8080
  9. additional_envs: []
  10. network:
  11. web_port:
  12. bind_mode: published
  13. port_number: 8080
  14. certificate_id:
  15. ix_volumes:
  16. gpg: /opt/tests/mnt/gpg
  17. jwt: /opt/tests/mnt/jwt
  18. mariadb_data: /opt/tests/mnt/mariadb-data
  19. storage:
  20. gpg:
  21. type: ix_volume
  22. ix_volume_config:
  23. dataset_name: gpg
  24. create_host_path: true
  25. jwt:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: jwt
  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: []