diff --git a/kustomize/bases/prometheus/prometheus.yaml b/kustomize/bases/prometheus/prometheus.yaml index f531fb0..b4a9549 100644 --- a/kustomize/bases/prometheus/prometheus.yaml +++ b/kustomize/bases/prometheus/prometheus.yaml @@ -5,7 +5,7 @@ metadata: spec: serviceAccountName: prometheus retention: 28d - retentionSize: 8GB + retentionSize: 45GB ruleSelector: matchLabels: monitor: prometheus @@ -48,4 +48,4 @@ spec: accessModes: ["ReadWriteOnce"] resources: requests: - storage: 10Gi + storage: 50Gi