diff --git a/infrastructure/monitoring/release.yaml b/infrastructure/monitoring/release.yaml
index c393517da8240268ad77342778be9755294ca332..d020f3d806a25797fa459d0c7653c6d58397c9d3 100644
--- a/infrastructure/monitoring/release.yaml
+++ b/infrastructure/monitoring/release.yaml
@@ -175,7 +175,7 @@ spec:
         probeSelector: {}
         probeNamespaceSelector: {}
         retention: 14d
-        retentionSize: ""
+        retentionSize: 15GB
         walCompression: false
         paused: false
         replicas: 1
@@ -191,7 +191,7 @@ spec:
               accessModes: ["ReadWriteOnce"]
               resources:
                 requests:
-                  storage: 10Gi
+                  storage: 17Gi
         securityContext:
           runAsGroup: 2000
           runAsNonRoot: true