add env var to disable signups
This commit is contained in:
@@ -19,6 +19,9 @@ spec:
|
|||||||
image: vaultwarden/server:1.34.1
|
image: vaultwarden/server:1.34.1
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
env:
|
||||||
|
- name: SIGNUPS_ALLOWED
|
||||||
|
value: "false"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /data/
|
mountPath: /data/
|
||||||
@@ -26,4 +29,3 @@ spec:
|
|||||||
- name: data
|
- name: data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: longhorn-vw
|
claimName: longhorn-vw
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user