From 444af7177aa134fa1d80d74714a3a7e51db80795 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 15 Feb 2024 17:30:40 -0600 Subject: [PATCH] Update local-hostpath to openebs-hostpath --- kubernetes/apps/default/radarr/app/postgresCluster.yaml | 2 +- kubernetes/apps/default/sonarr/app/postgresCluster.yaml | 2 +- kubernetes/templates/postgres-database/postgresCluster.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: