add env var to disable signups

This commit is contained in:
2025-06-01 23:55:35 +05:30
parent 16348edc1e
commit 44d5558273

View File

@@ -19,6 +19,9 @@ spec:
image: vaultwarden/server:1.34.1
ports:
- containerPort: 80
env:
- name: SIGNUPS_ALLOWED
value: "false"
volumeMounts:
- name: data
mountPath: /data/
@@ -26,4 +29,3 @@ spec:
- name: data
persistentVolumeClaim:
claimName: longhorn-vw