basic-values.yaml 957 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: America/New_York
  6. briefkasten:
  7. postgres_image_selector: postgres_17_image
  8. nextauth_secret: secret
  9. nextauth_url: http://localhost:8080
  10. postgres_password: secret
  11. smtp:
  12. enabled: false
  13. server: ''
  14. from: ''
  15. github:
  16. enabled: false
  17. id: ''
  18. secret: ''
  19. google:
  20. enabled: false
  21. id: ''
  22. secret: ''
  23. keycloak:
  24. enabled: false
  25. name: ''
  26. id: ''
  27. secret: ''
  28. issuer: ''
  29. authentik:
  30. enabled: false
  31. name: ''
  32. id: ''
  33. secret: ''
  34. issuer: ''
  35. additional_envs: []
  36. network:
  37. web_port:
  38. bind_mode: published
  39. port_number: 8080
  40. ix_volumes:
  41. postgres_data: /opt/tests/mnt/postgres_data
  42. storage:
  43. postgres_data:
  44. type: ix_volume
  45. ix_volume_config:
  46. dataset_name: postgres_data
  47. create_host_path: true
  48. additional_storage:
  49. - type: anonymous
  50. mount_path: /scratchpad
  51. volume_config:
  52. nocopy: true