Redeploy vault warden

This commit is contained in:
Daniel Cosme
2026-05-07 21:28:45 -04:00
parent 7efe7a7086
commit c2632a4146
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ resources:
- linkding/
- immich/
- glance/
# - vaultwarden/
- vaultwarden/
+2
View File
@@ -19,6 +19,8 @@ spec:
- env:
- name: DOMAIN
value: https://vault.danicos.me
- name: SIGNUPS_ALLOWED
value: "true"
image: quay.io/vaultwarden/server:1.36.0
name: vaultwarden
ports:
+1 -1
View File
@@ -38,7 +38,7 @@ func Stack() stack.Stack {
func Deployment() apps.Deployment {
envMap := map[string]string{
"DOMAIN": root.Vaultwarden.Public.URL,
// "SIGNUPS_ALLOWED": "true",
"SIGNUPS_ALLOWED": "true",
}
dataVol := kube.NewVolumeFrom(kube.VolumeSourcePVC, "data", pvc.Name)
podSpec := core.PodSpec{