Skip to content

Commit b6142f6

Browse files
redeuce mem requirements
1 parent 2ee4323 commit b6142f6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

infra/k8s/observability/grafana-deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ spec:
149149
mountPath: /var/lib/grafana
150150
resources:
151151
requests:
152-
memory: "256Mi"
153-
cpu: "100m"
152+
memory: "64Mi"
153+
cpu: "50m"
154154
limits:
155-
memory: "512Mi"
156-
cpu: "500m"
155+
memory: "128Mi"
156+
cpu: "200m"
157157
livenessProbe:
158158
httpGet:
159159
path: /api/health

infra/k8s/observability/prometheus-deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ spec:
5656
mountPath: /prometheus
5757
resources:
5858
requests:
59-
memory: "512Mi"
60-
cpu: "200m"
59+
memory: "128Mi"
60+
cpu: "50m"
6161
limits:
62-
memory: "1Gi"
63-
cpu: "500m"
62+
memory: "256Mi"
63+
cpu: "200m"
6464
livenessProbe:
6565
httpGet:
6666
path: /-/healthy

0 commit comments

Comments
 (0)