extra-values.yaml 648 B

12345678910111213141516171819202122232425262728
  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: hostPath
  18. hostPath: /mnt/{{ .Release.Namespace }}/config
  19. additionalStorages:
  20. - type: hostPath
  21. hostPath: /mnt/{{ .Release.Namespace }}/data1
  22. mountPath: /data1
  23. - type: hostPath
  24. hostPath: /mnt/{{ .Release.Namespace }}/data2
  25. mountPath: /data2