mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-02 10:57:53 +00:00
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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user