Files
chart/community/twofactor-auth/1.2.4/ci/extra-values.yaml
2024-02-24 09:45:42 +00:00

26 lines
482 B
YAML

twofauthConfig:
authenticationGuard: reverse-proxy-guard
authProxyHeaderUser: X-Forwarded-User
authProxyHeaderEmail: X-Forwarded-Email
webauthnUserVerification: required
trustedProxies:
- "*"
additionalEnvs:
- name: LOG_LEVEL
value: notice
- name: IS_DEMO_APP
value: "true"
twofauthNetwork:
webPort: 31000
twofauthStorage:
config:
type: pvc
additionalStorages:
- type: pvc
mountPath: /data1
- type: pvc
mountPath: /data2