Skip to content

Commit

Permalink
Mealie: Update PVC and strategy.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-j-butler committed Dec 1, 2024
1 parent 38e4f19 commit a681581
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion argocd/mealie/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ spec:
selector:
matchLabels:
app: mealie
strategy:
type: Recreate
template:
metadata:
labels:
Expand Down Expand Up @@ -52,6 +54,6 @@ spec:
volumes:
- name: mealie-data
persistentVolumeClaim:
claimName: mealie-pvc
claimName: mealie-pvc
restartPolicy: Always
imagePullPolicy: Always

0 comments on commit a681581

Please sign in to comment.