Kaynağa Gözat

copyparty move cleanup

Josh Bicking 1 hafta önce
ebeveyn
işleme
3ee6f552fc
2 değiştirilmiş dosya ile 1 ekleme ve 16 silme
  1. 1 1
      argocd/applications.yaml
  2. 0 15
      argocd/copyparty/copyparty-pvc.yaml

+ 1 - 1
argocd/applications.yaml

@@ -237,7 +237,7 @@ metadata:
   namespace: argocd
 spec:
   destination:
-    namespace: copyparty
+    namespace: plex
     server: https://kubernetes.default.svc
   project: default
   source:

+ 0 - 15
argocd/copyparty/copyparty-pvc.yaml

@@ -1,15 +0,0 @@
----
-apiVersion: v1
-kind: PersistentVolumeClaim
-metadata:
-  name: copyparty-pvc
-  namespace: copyparty
-  labels:
-    app: copyparty
-spec:
-  storageClassName: ceph-block
-  accessModes:
-    - ReadWriteOnce
-  resources:
-    requests:
-      storage: 500Gi