rename radarr-config to radarr
This commit is contained in:
parent
bd9cacf816
commit
a038c54d1e
1 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@ spec:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: radarr-config
|
name: radarr
|
||||||
- mountPath: /data
|
- mountPath: /data
|
||||||
name: nas
|
name: nas
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -41,14 +41,14 @@ spec:
|
||||||
nfs:
|
nfs:
|
||||||
path: /mnt/thePool/thePoolShare
|
path: /mnt/thePool/thePoolShare
|
||||||
server: 10.0.0.10
|
server: 10.0.0.10
|
||||||
- name: radarr-config
|
- name: radarr
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: radarr-config
|
claimName: radarr
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: radarr-config
|
name: radarr
|
||||||
namespace: arr
|
namespace: arr
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
|
|
Reference in a new issue