ソースを参照

increase prometheus retention

Josh Bicking 1 日 前
コミット
aeea115a41
1 ファイル変更2 行追加2 行削除
  1. 2 2
      monitoring/prometheus/prometheus.yaml

+ 2 - 2
monitoring/prometheus/prometheus.yaml

@@ -5,12 +5,12 @@ metadata:
   namespace: monitoring
 spec:
   replicas: 1
-  retention: 30d
+  retention: 60d
   resources:
     requests:
       memory: '0'
     limits:
-      memory: 1Gi
+      memory: 1.5Gi
   securityContext:
     fsGroup: 2000
     runAsNonRoot: true