Vaultwarden to fixed image and re-add smtp settings

This commit is contained in:
JLP 2025-03-30 13:10:00 -04:00
parent 296ad3c364
commit 27e6408665
No known key found for this signature in database
GPG key ID: 414E00D1FF7519DC
2 changed files with 9 additions and 1 deletions

View file

@ -83,3 +83,10 @@ labels:
configMapGenerator:
- name: config
literals:
- SIGNUPS_ALLOWED="false"
- PUSH_ENABLED="true"
- DOMAIN=https://vaultwarden.leechpepin.com
- SMTP_FROM=homelab@leechpepin.com
- SMTP_FROM_NAME="Vaultwarden"
- SMTP_USERNAME=homelab
- SMTP_HOST=blizzard.mxrouting.net

View file

@ -7,7 +7,8 @@ spec:
spec:
containers:
- name: vaultwarden
image: vaultwarden/server:latest
image: vaultwarden/server:1.33.2
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
name: vaultwarden-config