From de936489c39b95c033963f6b5bde3204055d221f Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Fri, 10 Oct 2025 02:58:36 +0530 Subject: [PATCH] delete ceph PVCs --- cluster/apps/bazarr/bazarr-pvc.yml | 15 ---------- cluster/apps/code-server/code-server-pvc.yml | 15 ---------- cluster/apps/drone/drone-pvc.yml | 15 ---------- cluster/apps/ersatztv/ersatztv-pvc.yml | 15 ---------- cluster/apps/ghostfolio/ghostfolio-pvc.yml | 15 ---------- cluster/apps/gitea/gitea-pvc.yml | 30 -------------------- cluster/apps/homepage/homepage-pvc.yml | 15 ---------- cluster/apps/invidious/invidious-pvc.yml | 15 ---------- cluster/apps/jellyfin/jellyfin-pvc.yml | 15 ---------- cluster/apps/jellyseerr/jellyseerr-pvc.yml | 15 ---------- cluster/apps/jellystat/jellystat-pvc.yml | 30 -------------------- cluster/apps/open-webui/open-webui-pvc.yml | 15 ---------- cluster/apps/paperless-ngx/paperless-pvc.yml | 15 ---------- cluster/apps/pihole/pihole-pvc.yml | 15 ---------- cluster/apps/prowlarr/prowlarr-pvc.yml | 15 ---------- cluster/apps/pulse/pulse-pvc.yml | 15 ---------- cluster/apps/qbittorrent/qbittorrent-pvc.yml | 15 ---------- cluster/apps/radarr/radarr-pvc.yml | 15 ---------- cluster/apps/searxng/searxng-pvc.yml | 15 ---------- cluster/apps/semaphore/semaphore-pvc.yml | 15 ---------- cluster/apps/sonarr/sonarr-pvc.yml | 15 ---------- cluster/apps/speedtest/speedtest-pvc.yml | 15 ---------- cluster/apps/vaultwarden/vaultwarden-pvc.yml | 15 ---------- cluster/helm/ollama/ollama-pvc.yml | 15 ---------- 24 files changed, 390 deletions(-) diff --git a/cluster/apps/bazarr/bazarr-pvc.yml b/cluster/apps/bazarr/bazarr-pvc.yml index c9c26a3..1d07b38 100644 --- a/cluster/apps/bazarr/bazarr-pvc.yml +++ b/cluster/apps/bazarr/bazarr-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: bazarr-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 5Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/code-server/code-server-pvc.yml b/cluster/apps/code-server/code-server-pvc.yml index fe5392c..9500b79 100644 --- a/cluster/apps/code-server/code-server-pvc.yml +++ b/cluster/apps/code-server/code-server-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: code-server-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 1Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/drone/drone-pvc.yml b/cluster/apps/drone/drone-pvc.yml index ee81dc8..6a41ff4 100644 --- a/cluster/apps/drone/drone-pvc.yml +++ b/cluster/apps/drone/drone-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: drone-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 1Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/ersatztv/ersatztv-pvc.yml b/cluster/apps/ersatztv/ersatztv-pvc.yml index 5b89bbf..8f2f8b3 100644 --- a/cluster/apps/ersatztv/ersatztv-pvc.yml +++ b/cluster/apps/ersatztv/ersatztv-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: ersatztv-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 1Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/ghostfolio/ghostfolio-pvc.yml b/cluster/apps/ghostfolio/ghostfolio-pvc.yml index db94bca..45a5d46 100644 --- a/cluster/apps/ghostfolio/ghostfolio-pvc.yml +++ b/cluster/apps/ghostfolio/ghostfolio-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: ghostfolio-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 1Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/gitea/gitea-pvc.yml b/cluster/apps/gitea/gitea-pvc.yml index 0c94f64..b0a0537 100644 --- a/cluster/apps/gitea/gitea-pvc.yml +++ b/cluster/apps/gitea/gitea-pvc.yml @@ -1,33 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: gitea-app-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 5Gi - storageClassName: csi-rbd-sc - ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: gitea-db-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 5Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/homepage/homepage-pvc.yml b/cluster/apps/homepage/homepage-pvc.yml index bd86a87..c74d58f 100644 --- a/cluster/apps/homepage/homepage-pvc.yml +++ b/cluster/apps/homepage/homepage-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: homepage-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 100Mi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/invidious/invidious-pvc.yml b/cluster/apps/invidious/invidious-pvc.yml index d7be39f..f538205 100644 --- a/cluster/apps/invidious/invidious-pvc.yml +++ b/cluster/apps/invidious/invidious-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: invidious-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 1Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/jellyfin/jellyfin-pvc.yml b/cluster/apps/jellyfin/jellyfin-pvc.yml index c0b53d1..2b4388a 100644 --- a/cluster/apps/jellyfin/jellyfin-pvc.yml +++ b/cluster/apps/jellyfin/jellyfin-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: jellyfin-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 20Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/jellyseerr/jellyseerr-pvc.yml b/cluster/apps/jellyseerr/jellyseerr-pvc.yml index 05f43e4..9846446 100644 --- a/cluster/apps/jellyseerr/jellyseerr-pvc.yml +++ b/cluster/apps/jellyseerr/jellyseerr-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: jellyseerr-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 1Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/jellystat/jellystat-pvc.yml b/cluster/apps/jellystat/jellystat-pvc.yml index 1af91ff..8b939ec 100644 --- a/cluster/apps/jellystat/jellystat-pvc.yml +++ b/cluster/apps/jellystat/jellystat-pvc.yml @@ -1,33 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: jellystat-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 1Gi - storageClassName: csi-rbd-sc - ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: jellystat-backups - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 1Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/open-webui/open-webui-pvc.yml b/cluster/apps/open-webui/open-webui-pvc.yml index 41a095c..f71fe5e 100644 --- a/cluster/apps/open-webui/open-webui-pvc.yml +++ b/cluster/apps/open-webui/open-webui-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: open-webui-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 5Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/paperless-ngx/paperless-pvc.yml b/cluster/apps/paperless-ngx/paperless-pvc.yml index a8dfc09..fbed892 100644 --- a/cluster/apps/paperless-ngx/paperless-pvc.yml +++ b/cluster/apps/paperless-ngx/paperless-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: paperless-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 1Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/pihole/pihole-pvc.yml b/cluster/apps/pihole/pihole-pvc.yml index 5b00522..d6a8d4a 100644 --- a/cluster/apps/pihole/pihole-pvc.yml +++ b/cluster/apps/pihole/pihole-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: pihole-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 1Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/prowlarr/prowlarr-pvc.yml b/cluster/apps/prowlarr/prowlarr-pvc.yml index 1f42424..6c20f7a 100644 --- a/cluster/apps/prowlarr/prowlarr-pvc.yml +++ b/cluster/apps/prowlarr/prowlarr-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: prowlarr-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 1Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/pulse/pulse-pvc.yml b/cluster/apps/pulse/pulse-pvc.yml index 22d5cfb..97d9292 100644 --- a/cluster/apps/pulse/pulse-pvc.yml +++ b/cluster/apps/pulse/pulse-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: pulse-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 100Mi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/qbittorrent/qbittorrent-pvc.yml b/cluster/apps/qbittorrent/qbittorrent-pvc.yml index d0aa662..215876e 100644 --- a/cluster/apps/qbittorrent/qbittorrent-pvc.yml +++ b/cluster/apps/qbittorrent/qbittorrent-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: qbittorrent-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 1Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/radarr/radarr-pvc.yml b/cluster/apps/radarr/radarr-pvc.yml index 84f48d0..68ac65e 100644 --- a/cluster/apps/radarr/radarr-pvc.yml +++ b/cluster/apps/radarr/radarr-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: radarr-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 2Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/searxng/searxng-pvc.yml b/cluster/apps/searxng/searxng-pvc.yml index f44fac6..0bd6928 100644 --- a/cluster/apps/searxng/searxng-pvc.yml +++ b/cluster/apps/searxng/searxng-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: searxng-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 100Mi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/semaphore/semaphore-pvc.yml b/cluster/apps/semaphore/semaphore-pvc.yml index 0c78ac6..33ddaaa 100644 --- a/cluster/apps/semaphore/semaphore-pvc.yml +++ b/cluster/apps/semaphore/semaphore-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: semaphore-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 2Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/sonarr/sonarr-pvc.yml b/cluster/apps/sonarr/sonarr-pvc.yml index 2f987c6..95dfcd5 100644 --- a/cluster/apps/sonarr/sonarr-pvc.yml +++ b/cluster/apps/sonarr/sonarr-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: sonarr-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 5Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/speedtest/speedtest-pvc.yml b/cluster/apps/speedtest/speedtest-pvc.yml index 443a303..358c94d 100644 --- a/cluster/apps/speedtest/speedtest-pvc.yml +++ b/cluster/apps/speedtest/speedtest-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: speedtest-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 100Mi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/apps/vaultwarden/vaultwarden-pvc.yml b/cluster/apps/vaultwarden/vaultwarden-pvc.yml index 9b37808..7b4fff3 100644 --- a/cluster/apps/vaultwarden/vaultwarden-pvc.yml +++ b/cluster/apps/vaultwarden/vaultwarden-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: vaultwarden-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 1Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim diff --git a/cluster/helm/ollama/ollama-pvc.yml b/cluster/helm/ollama/ollama-pvc.yml index a044c33..7591f48 100644 --- a/cluster/helm/ollama/ollama-pvc.yml +++ b/cluster/helm/ollama/ollama-pvc.yml @@ -1,18 +1,3 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: ollama-ceph - namespace: default -spec: - accessModes: - - ReadWriteOnce - volumeMode: Filesystem - resources: - requests: - storage: 20Gi - storageClassName: csi-rbd-sc - --- apiVersion: v1 kind: PersistentVolumeClaim