123456789101112131415161718192021222324252627282930 |
- image:
- repository: 2fauth/2fauth
- pullPolicy: IfNotPresent
- tag: 4.2.3
- resources:
- limits:
- cpu: 4000m
- memory: 8Gi
- twofauthConfig:
- appName: 2FAuth
- appUrl: http://localhost:30081
- siteOwnerEmail: admin@example.com
- authenticationGuard: web-guard
- authProxyHeaderUser: ''
- authProxyHeaderEmail: ''
- webauthnUserVerification: preferred
- trustedProxies: []
- additionalEnvs: []
- twofauthNetwork:
- webPort: 30081
- hostNetwork: false
- twofauthStorage:
- config:
- type: ixVolume
- datasetName: config
- additionalStorages: []
|