瀏覽代碼

copyparty move cleanup

Josh Bicking 1 周之前
父節點
當前提交
3ee6f552fc
共有 2 個文件被更改,包括 1 次插入16 次删除
  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