Files
chart/library/ix-dev/community/twofactor-auth/values.yaml
Stavros Kois daf2bdc5fb Two factor auth - migrate storage section (adds acl) (#1986)
* update values

* add migration

* update templates

* update ui

* bump version
2024-01-03 09:51:25 +02:00

32 lines
572 B
YAML

image:
repository: 2fauth/2fauth
pullPolicy: IfNotPresent
tag: 5.0.2
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
ixVolumeConfig:
datasetName: config
additionalStorages: []