diff --git a/infrastructure/prometheus/release.yaml b/infrastructure/prometheus/release.yaml
index 70a727f0a283784d4a444ac54fb431431f399c09..ca78dcb964048e79ebcd2d32e72b26666cd59081 100644
--- a/infrastructure/prometheus/release.yaml
+++ b/infrastructure/prometheus/release.yaml
@@ -2308,17 +2308,14 @@ spec:
         ## Prometheus StorageSpec for persistent data
         ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md
         ##
-        storageSpec: {}
-        ## Using PersistentVolumeClaim
-        ##
-        #  volumeClaimTemplate:
-        #    spec:
-        #      storageClassName: gluster
-        #      accessModes: ["ReadWriteOnce"]
-        #      resources:
-        #        requests:
-        #          storage: 50Gi
-        #    selector: {}
+        storageSpec:
+          volumeClaimTemplate:
+            spec:
+              storageClassName: ceph-block
+              accessModes: ["ReadWriteOnce"]
+              resources:
+                requests:
+                  storage: 5Gi
 
         ## Using tmpfs volume
         ##