We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9cacf commit a038c54Copy full SHA for a038c54
kubernetes/apps/production/arr/radarr/deployment.yaml
@@ -33,22 +33,22 @@ spec:
33
cpu: 500m
34
volumeMounts:
35
- mountPath: /config
36
- name: radarr-config
+ name: radarr
37
- mountPath: /data
38
name: nas
39
volumes:
40
- name: nas
41
nfs:
42
path: /mnt/thePool/thePoolShare
43
server: 10.0.0.10
44
- - name: radarr-config
+ - name: radarr
45
persistentVolumeClaim:
46
- claimName: radarr-config
+ claimName: radarr
47
---
48
apiVersion: v1
49
kind: PersistentVolumeClaim
50
metadata:
51
52
namespace: arr
53
spec:
54
accessModes:
0 commit comments