basic-values.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. ci: true
  6. outline:
  7. postgres_image_selector: postgres_17_image
  8. secret_key: exactly-32-characters-app-keyyyyexactly-32-characters-app-keyyyy
  9. utils_secret: exactly-32-characters-app-keyyyyexactly-32-characters-app-keyyyy
  10. db_password: secret
  11. redis_password: secret
  12. app_url: http://localhost:8080
  13. force_https: false
  14. oidc_auth:
  15. enabled: false
  16. client_id: ""
  17. client_secret: ""
  18. auth_uri: ""
  19. token_uri: ""
  20. userinfo_uri: ""
  21. logout_uri: ""
  22. username_claim: ""
  23. display_name: ""
  24. scopes: []
  25. slack_auth:
  26. enabled: false
  27. client_id: ""
  28. client_secret: ""
  29. google_auth:
  30. enabled: false
  31. client_id: ""
  32. client_secret: ""
  33. azure_auth:
  34. enabled: false
  35. client_id: ""
  36. client_secret: ""
  37. resource_app_id: ""
  38. github_auth:
  39. enabled: false
  40. client_id: ""
  41. client_secret: ""
  42. app_name: ""
  43. app_id: ""
  44. app_private_key: ""
  45. discord_auth:
  46. enabled: false
  47. client_id: ""
  48. client_secret: ""
  49. server_id: ""
  50. server_roles: []
  51. additional_envs: []
  52. network:
  53. web_port:
  54. bind_mode: published
  55. port_number: 8080
  56. ix_volumes:
  57. data: /opt/tests/mnt/outline/data
  58. postgres_data: /opt/tests/mnt/outline/postgres_data
  59. storage:
  60. data:
  61. type: ix_volume
  62. ix_volume_config:
  63. dataset_name: data
  64. create_host_path: true
  65. postgres_data:
  66. type: ix_volume
  67. ix_volume_config:
  68. dataset_name: postgres_data
  69. create_host_path: true
  70. additional_storage: []