switch some apps over to nfs-client

This commit is contained in:
2024-03-28 12:40:48 +01:00
parent eff07665de
commit 764a3eafb7
8 changed files with 24 additions and 88 deletions

View File

@@ -22,13 +22,13 @@ spec:
- name: TZ
value: Europe/Berlin
volumeMounts:
- name: actualbudget-data-nfs
- name: data
mountPath: /data
ports:
- containerPort: 5006
name: http
protocol: TCP
volumes:
- name: actualbudget-data-nfs
- name: data
persistentVolumeClaim:
claimName: actualbudget-data-nfs
claimName: data