Files
chart/library/ix-dev/community/twofactor-auth/values.yaml
bugclerk 24b5d6b13e Upgraded catalog item(s) (#1975)
This commit upgrades twofactor-auth, drawio, searxng, piwigo catalog item(s).

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
2023-12-30 11:03:58 +02:00

31 lines
550 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
datasetName: config
additionalStorages: []