diff --git a/charts/prometheus/my-values/values-int.yaml b/charts/prometheus/my-values/values-int.yaml index df9a3ce..4e63092 100644 --- a/charts/prometheus/my-values/values-int.yaml +++ b/charts/prometheus/my-values/values-int.yaml @@ -30,3 +30,11 @@ server: - web.enable-lifecycle retention: "15d" + +resources: + requests: + cpu: "200m" + memory: "512Mi" + limits: + cpu: "500m" + memory: "1Gi" \ No newline at end of file