Skip to content

Commit 99f68fd

Browse files
committed
Update memory resource requests for code-for-map-api and add resource configurations for ArgoCD application controller and Grafana in respective values.yaml files.
1 parent 604ccf5 commit 99f68fd

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

apps/code-for-map-api/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ readinessProbe:
3434
resources:
3535
requests:
3636
cpu: 10m
37-
memory: 130Mi
37+
memory: 200Mi
3838
limits:
3939
cpu: 250m
4040
memory: 512Mi

infra/argocd/deployment-application-controller.yaml renamed to infra/argocd/deployment-argocd-application-controller.yaml

File renamed without changes.

infra/victoria-metrics/helm-chart-values/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ grafana:
5151
sidecar:
5252
dashboards:
5353
searchNamespace: ALL
54+
resources:
55+
requests:
56+
memory: 100Mi
57+
limits:
58+
memory: 150Mi
5459
vmScrape:
5560
enabled: false
5661
admin:

0 commit comments

Comments
 (0)