diff --git a/kubernetes/apps/default/radarr/app/postgresCluster.yaml b/kubernetes/apps/default/radarr/app/postgresCluster.yaml index 361f670..9d34684 100644 --- a/kubernetes/apps/default/radarr/app/postgresCluster.yaml +++ b/kubernetes/apps/default/radarr/app/postgresCluster.yaml @@ -36,7 +36,7 @@ spec: app.kubernetes.io/name: pgo-${APP} replicas: 2 dataVolumeClaimSpec: - storageClassName: local-hostpath + storageClassName: openebs-hostpath accessModes: - ReadWriteOnce resources: diff --git a/kubernetes/apps/default/sonarr/app/postgresCluster.yaml b/kubernetes/apps/default/sonarr/app/postgresCluster.yaml index b563625..c350179 100644 --- a/kubernetes/apps/default/sonarr/app/postgresCluster.yaml +++ b/kubernetes/apps/default/sonarr/app/postgresCluster.yaml @@ -36,7 +36,7 @@ spec: app.kubernetes.io/name: pgo-${APP} replicas: 2 dataVolumeClaimSpec: - storageClassName: local-hostpath + storageClassName: openebs-hostpath accessModes: - ReadWriteOnce resources: diff --git a/kubernetes/templates/postgres-database/postgresCluster.yaml b/kubernetes/templates/postgres-database/postgresCluster.yaml index 565d226..fec2226 100644 --- a/kubernetes/templates/postgres-database/postgresCluster.yaml +++ b/kubernetes/templates/postgres-database/postgresCluster.yaml @@ -36,7 +36,7 @@ spec: app.kubernetes.io/name: pgo-${APP} replicas: 2 dataVolumeClaimSpec: - storageClassName: local-hostpath + storageClassName: openebs-hostpath accessModes: - ReadWriteOnce resources: