Geen omschrijving

values.yaml 517B

12345678910111213141516171819202122
  1. authentik:
  2. secret_key: "PleaseGenerateA50CharKeyOrSo"
  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. ingress:
  10. enabled: true
  11. hosts:
  12. - host: authentik.kaisers.info
  13. paths:
  14. - path: "/"
  15. pathType: Prefix
  16. postgresql:
  17. enabled: true
  18. postgresqlPassword: "ThisIsNotASecurePasswordEither"
  19. redis:
  20. enabled: true