설명 없음

values.yaml 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. authentik:
  2. secret_key: "qlfgmSJ8GT/EoE3JsphrM81KzyYqoDYif7u59m/sVL4EQ6MO"
  3. # This sends anonymous usage-data, stack traces on errors and
  4. # performance data to sentry.beryju.org, and is fully opt-in
  5. error_reporting:
  6. enabled: true
  7. postgresql:
  8. password: "ThisIsNotASecurePasswordEither"
  9. email:
  10. # -- SMTP Server emails are sent from, fully optional
  11. host: "mail.your-server.de"
  12. port: 587
  13. # -- SMTP credentials, when left empty, not authentication will be done
  14. username: "authentik@kaisers.info"
  15. # -- SMTP credentials, when left empty, not authentication will be done
  16. password: "6qL3XdwQUw2UJ75U"
  17. # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
  18. use_tls: true
  19. # -- Enable either use_tls or use_ssl, they can't be enabled at the same time.
  20. use_ssl: false
  21. # -- Connection timeout
  22. timeout: 30
  23. # -- Email from address, can either be in the format "foo@bar.baz" or "authentik <foo@bar.baz>"
  24. from: "authentik <authentik@kaisers.info>"
  25. ingress:
  26. enabled: true
  27. hosts:
  28. - host: authentik.kaisers.info
  29. paths:
  30. - path: "/"
  31. pathType: Prefix
  32. postgresql:
  33. enabled: true
  34. postgresqlPassword: "ThisIsNotASecurePasswordEither"
  35. redis:
  36. enabled: true