107 lines
2.5 KiB
YAML
107 lines
2.5 KiB
YAML
image:
|
|
repository: registry.hub.docker.com/vaultwarden/server
|
|
pullPolicy: IfNotPresent
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: ""
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
podAnnotations: {}
|
|
podSecurityContext: {}
|
|
# fsGroup: 2000
|
|
|
|
securityContext: {}
|
|
# capabilities:
|
|
# drop:
|
|
# - ALL
|
|
# readOnlyRootFilesystem: true
|
|
# runAsNonRoot: true
|
|
# runAsUser: 1000
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 8080
|
|
ingress:
|
|
enabled: false
|
|
className: ""
|
|
annotations: {}
|
|
# kubernetes.io/ingress.class: nginx
|
|
# kubernetes.io/tls-acme: "true"
|
|
hosts:
|
|
- host: chart-example.local
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
tls: []
|
|
# - secretName: chart-example-tls
|
|
# hosts:
|
|
# - chart-example.local
|
|
resources: {}
|
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
# choice for the user. This also increases chances charts run on environments with little
|
|
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|
|
vaultwarden:
|
|
smtp:
|
|
host: ""
|
|
security: "starttls"
|
|
port: 25
|
|
from: vaultwarden@badhouseplants.net
|
|
fromName: vaultwarden
|
|
username: vaultwarden
|
|
password:
|
|
value: "VerySecurePassword"
|
|
existingSecret: ""
|
|
existingSecretKey: ""
|
|
authMechanism: "Plain"
|
|
acceptInvalidHostnames: "false"
|
|
acceptInvalidCerts: "false"
|
|
debug: false
|
|
adminToken:
|
|
existingSecret: ""
|
|
existingSecretKey: ""
|
|
value: "R@ndomToken$tring"
|
|
domain: "https://badhouseplants.vaultwarden.com"
|
|
websocket:
|
|
enabled: true
|
|
address: "0.0.0.0"
|
|
port: 3012
|
|
rocket:
|
|
port: "8080"
|
|
workers: "10"
|
|
webVaultEnabled: "true"
|
|
signupsAllowed: true
|
|
invitationsAllowed: true
|
|
signupDomains: "https://badhouseplants.vaultwarden.com"
|
|
signupsVerify: "true"
|
|
showPassHint: "false"
|
|
database:
|
|
connectionString: "data/db.sqlite3"
|
|
existingSecret: ""
|
|
existingSecretKey: ""
|
|
connectionRetries: 15
|
|
maxConnections: 10
|
|
storage:
|
|
enabled: false
|
|
size: 1Gi
|
|
class: default
|
|
dataDir: /data
|
|
logging:
|
|
enabled: false
|
|
logfile: "/data/vaultwarden.log"
|
|
loglevel: "warn"
|
|
organizations:
|
|
enabled: false
|
|
orgEvents: false # -- ORG_GROUPS_ENABLED
|
|
crationUsers: "" # -- ORG_CREATION_USERS
|