values.yaml 572 B

12345678910111213141516171819202122232425262728293031
  1. image:
  2. repository: 2fauth/2fauth
  3. pullPolicy: IfNotPresent
  4. tag: 5.4.3
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. twofauthConfig:
  10. appName: 2FAuth
  11. appUrl: http://localhost:30081
  12. siteOwnerEmail: admin@example.com
  13. authenticationGuard: web-guard
  14. authProxyHeaderUser: ''
  15. authProxyHeaderEmail: ''
  16. webauthnUserVerification: preferred
  17. trustedProxies: []
  18. additionalEnvs: []
  19. twofauthNetwork:
  20. webPort: 30081
  21. hostNetwork: false
  22. twofauthStorage:
  23. config:
  24. type: ixVolume
  25. ixVolumeConfig:
  26. datasetName: config
  27. additionalStorages: []