Skip to content

Commit

Permalink
Disable vaultwarden to populate folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaronator committed Feb 9, 2025
1 parent d43e78f commit 7dbff42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
{{- include "database.labels" . | nindent 4 }}
spec:
replicas: 1
replicas: {{ .Values.replicas }}
revisionHistoryLimit: 2
strategy:
type: Recreate
Expand Down
2 changes: 2 additions & 0 deletions kubernetes/tools/vaultwarden/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ volumes:
storageClass: container-data
containerPath: /data

replicas: 0

ports:
- name: main
containerPort: 80
Expand Down

0 comments on commit 7dbff42

Please sign in to comment.