Add a storage to the vaultwarden test
This commit is contained in:
parent
d6d93998cb
commit
697e5f3746
@ -20,21 +20,21 @@ vaultwarden:
|
||||
port: "8080"
|
||||
workers: "10"
|
||||
webVaultEnabled: "true"
|
||||
signupsAllowed: false
|
||||
signupsAllowed: true
|
||||
invitationsAllowed: true
|
||||
signupDomains: "https://vaulttest.badhouseplants.net"
|
||||
signupsVerify: "true"
|
||||
showPassHint: "false"
|
||||
signupsVerify: false
|
||||
showPassHint: true
|
||||
# database:
|
||||
# existingSecret: vaultwarden-postgres16-creds
|
||||
# existingSecretKey: CONNECTION_STRING
|
||||
# connectionRetries: 15
|
||||
# maxConnections: 10
|
||||
storage:
|
||||
enabled: false
|
||||
# size: 1Gi
|
||||
# class: longhorn
|
||||
# dataDir: /data
|
||||
enabled: true
|
||||
size: 512Mi
|
||||
class: longhorn
|
||||
dataDir: /data
|
||||
logging:
|
||||
enabled: false
|
||||
logfile: "/data/vaultwarden.log"
|
||||
|
@ -275,7 +275,7 @@ templates:
|
||||
woodpecker-ci: &woodpecker-ci
|
||||
name: woodpecker-ci
|
||||
chart: woodpecker/woodpecker
|
||||
version: 1.4.0
|
||||
version: 1.5.0
|
||||
inherit:
|
||||
- template: ext-database
|
||||
- template: default-env-values
|
||||
|
Reference in New Issue
Block a user