ix_values.yaml 550 B

123456789101112131415161718192021222324252627282930
  1. image:
  2. repository: 2fauth/2fauth
  3. pullPolicy: IfNotPresent
  4. tag: 4.2.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. datasetName: config
  26. additionalStorages: []