fix: increase cpu and mem limits for Argo CD and cloudflared

This will hopefully alleviate issues with syncing and routing apparently hanging sometimes
This commit is contained in:
Vegard Hagen
2024-07-24 12:01:22 +02:00
parent 4cb40d3282
commit 605e5ef181
2 changed files with 9 additions and 16 deletions

View File

@@ -23,8 +23,7 @@ controller:
cpu: 100m cpu: 100m
memory: 700Mi memory: 700Mi
limits: limits:
cpu: 4000m memory: 4Gi
memory: 2Gi
dex: dex:
resources: resources:
@@ -32,8 +31,7 @@ dex:
cpu: 10m cpu: 10m
memory: 32Mi memory: 32Mi
limits: limits:
cpu: 1000m memory: 128Mi
memory: 64Mi
redis: redis:
resources: resources:
@@ -41,8 +39,7 @@ redis:
cpu: 100m cpu: 100m
memory: 64Mi memory: 64Mi
limits: limits:
cpu: 2000m memory: 1Gi
memory: 128Mi
server: server:
resources: resources:
@@ -50,8 +47,7 @@ server:
cpu: 50m cpu: 50m
memory: 64Mi memory: 64Mi
limits: limits:
cpu: 4000m memory: 1Gi
memory: 128Mi
repoServer: repoServer:
containerSecurityContext: containerSecurityContext:
@@ -67,8 +63,7 @@ repoServer:
cpu: 100m cpu: 100m
memory: 256Mi memory: 256Mi
limits: limits:
cpu: 4000m memory: 2Gi
memory: 512Mi
extraContainers: extraContainers:
- name: kustomize-build-with-helm - name: kustomize-build-with-helm
command: command:
@@ -98,8 +93,7 @@ applicationSet:
cpu: 50m cpu: 50m
memory: 64Mi memory: 64Mi
limits: limits:
cpu: 1000m memory: 1Gi
memory: 256Mi
notifications: notifications:
enabled: false enabled: false

View File

@@ -32,11 +32,10 @@ spec:
periodSeconds: 10 periodSeconds: 10
resources: resources:
requests: requests:
cpu: 50m cpu: 100m
memory: 32Mi memory: 64Mi
limits: limits:
cpu: 1000m memory: 512Mi
memory: 128Mi
volumeMounts: volumeMounts:
- name: cloudflared-config - name: cloudflared-config
mountPath: /etc/cloudflared/config/config.yaml mountPath: /etc/cloudflared/config/config.yaml