Skip to content

Commit

Permalink
apps/multimedia: migrate to new SC as previous one is being removed
Browse files Browse the repository at this point in the history
Signed-off-by: paulfantom <[email protected]>
  • Loading branch information
paulfantom committed May 6, 2024
1 parent 4d09f65 commit 42f508c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/multimedia/manifests/prowlarrdb/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ spec:
memory: 300Mi
storage:
size: 7Gi
storageClass: lvm-secondary
storageClass: lvm-thin
superuserSecret:
name: postgres-prowlarr-admin
2 changes: 1 addition & 1 deletion apps/multimedia/manifests/readarrdb/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ spec:
memory: 300Mi
storage:
size: 3Gi
storageClass: lvm-secondary
storageClass: lvm-thin
superuserSecret:
name: postgres-readarr-admin
2 changes: 1 addition & 1 deletion apps/multimedia/manifests/sonarrdb/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ spec:
memory: 300Mi
storage:
size: 8Gi
storageClass: lvm-secondary
storageClass: lvm-thin
superuserSecret:
name: postgres-sonarr-admin
8 changes: 4 additions & 4 deletions apps/multimedia/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ prowlarr:
# memory: 420Mi
storage:
size: 7Gi
storageClass: lvm-secondary
storageClass: lvm-thin

radarr:
name: radarr
Expand Down Expand Up @@ -221,7 +221,7 @@ sonarr:
# memory: 420Mi
storage:
size: 8Gi
storageClass: lvm-secondary
storageClass: lvm-thin

bazarr:
name: bazarr
Expand Down Expand Up @@ -259,7 +259,7 @@ bazarr:
memory: 300Mi
storage:
size: 1Gi
storageClass: lvm-secondary
storageClass: lvm-thin

readarr:
name: readarr
Expand Down Expand Up @@ -298,4 +298,4 @@ readarr:
memory: 300Mi
storage:
size: 3Gi
storageClass: lvm-secondary
storageClass: lvm-thin

0 comments on commit 42f508c

Please sign in to comment.