extra-values.yaml 482 B

12345678910111213141516171819202122232425
  1. twofauthConfig:
  2. authenticationGuard: reverse-proxy-guard
  3. authProxyHeaderUser: X-Forwarded-User
  4. authProxyHeaderEmail: X-Forwarded-Email
  5. webauthnUserVerification: required
  6. trustedProxies:
  7. - "*"
  8. additionalEnvs:
  9. - name: LOG_LEVEL
  10. value: notice
  11. - name: IS_DEMO_APP
  12. value: "true"
  13. twofauthNetwork:
  14. webPort: 31000
  15. twofauthStorage:
  16. config:
  17. type: pvc
  18. additionalStorages:
  19. - type: pvc
  20. mountPath: /data1
  21. - type: pvc
  22. mountPath: /data2