rename radarr-config to radarr

This commit is contained in:
Matt Reeves 2025-02-09 16:44:34 -05:00
parent bd9cacf816
commit a038c54d1e

View file

@ -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: