mirror of
https://gitlab.com/oecis/charts.git
synced 2024-11-19 13:19:03 +00:00
3.7 KiB
3.7 KiB
vaultwarden
vaultwarden is an unofficial Bitwarden-compatible server written in Rust
Maintainers
Name | Url | |
---|---|---|
Lester Guerzon | lester.guerzon@gmail.com | https://github.com/guerzon |
Source Code
Values
Key | Type | Default | Description |
---|---|---|---|
adminToken.existingSecretKey | string | "ADMIN_TOKEN" |
|
adminToken.value | string | "R@ndomToken$tring" |
|
affinity | object | {} |
|
database.dbName | string | "" |
|
database.host | string | "" |
|
database.password | string | "" |
|
database.port | string | "" |
|
database.type | string | "default" |
|
database.uriOverride | string | "" |
|
database.username | string | "" |
|
domain | string | "" |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.pullSecrets | list | [] |
|
image.registry | string | "docker.io" |
|
image.repository | string | "vaultwarden/server" |
|
image.tag | string | "1.24.0" |
|
ingress.additionalAnnotations | object | {} |
|
ingress.class | string | "nginx" |
|
ingress.enabled | bool | false |
|
ingress.hostname | string | "warden.contoso.com" |
|
ingress.nginxAllowList | string | "" |
|
ingress.nginxIngressAnnotations | bool | true |
|
ingress.path | string | "/" |
|
ingress.pathType | string | "ImplementationSpecific" |
|
ingress.pathTypeWs | string | "ImplementationSpecific" |
|
ingress.pathWs | string | "/notifications/hub" |
|
ingress.tls | bool | true |
|
ingress.tlsSecret | string | "" |
|
initContainers | list | [] |
|
invitationsAllowed | bool | true |
|
logging.enabled | bool | false |
|
logging.logfile | string | "/data/vaultwarden.log" |
|
logging.loglevel | string | "warn" |
|
nodeSelector | object | {} |
|
rocket.port | string | "8080" |
|
rocket.workers | string | "10" |
|
service.annotations | object | {} |
|
service.type | string | "ClusterIP" |
|
serviceAccount.create | bool | true |
|
serviceAccount.name | string | "vaultwarden-svc" |
|
showPassHint | string | "false" |
|
sidecars | list | [] |
|
signupDomains | string | "contoso.com" |
|
signupsAllowed | bool | true |
|
signupsVerify | string | "true" |
|
smtp.acceptInvalidCerts | string | "false" |
|
smtp.acceptInvalidHostnames | string | "false" |
|
smtp.authMechanism | string | "Plain" |
|
smtp.debug | bool | false |
|
smtp.from | string | "" |
|
smtp.fromName | string | "" |
|
smtp.host | string | "" |
|
smtp.password.existingSecretKey | string | "SMTP_PASSWORD" |
|
smtp.password.value | string | "" |
|
smtp.port | int | 25 |
|
smtp.security | string | "starttls" |
|
smtp.username.existingSecretKey | string | "SMTP_USERNAME" |
|
smtp.username.value | string | "" |
|
storage.class | string | "default" |
|
storage.dataDir | string | "/data" |
|
storage.enabled | bool | false |
|
storage.size | string | "15Gi" |
|
tolerations | list | [] |
|
webVaultEnabled | string | "true" |
|
websocket.address | string | "0.0.0.0" |
|
websocket.enabled | bool | true |
|
websocket.port | int | 3012 |
Autogenerated from chart metadata using helm-docs v1.11.0