REVERT(argocd): restore original resource values
- Keep argocd controller at 126m/1700Mi - Keep argocd server at 15m/138Mi - Keep argocd repo-server at 15m/1536Mi
This commit is contained in:
@@ -61,13 +61,13 @@ controller:
|
|||||||
args:
|
args:
|
||||||
appResyncPeriod: "0"
|
appResyncPeriod: "0"
|
||||||
|
|
||||||
# Resource settings (20% increase from original)
|
# Resource settings
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 126m
|
cpu: 126m
|
||||||
memory: 2040Mi
|
memory: 1700Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 2040Mi
|
memory: 1700Mi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# API SERVER (Deployment)
|
# API SERVER (Deployment)
|
||||||
@@ -92,13 +92,13 @@ server:
|
|||||||
traefik.ingress.kubernetes.io/router.middlewares: authelia-authelia-auth@kubernetescrd
|
traefik.ingress.kubernetes.io/router.middlewares: authelia-authelia-auth@kubernetescrd
|
||||||
tls: true
|
tls: true
|
||||||
|
|
||||||
# Resource settings (20% increase from original)
|
# Resource settings
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 166Mi
|
memory: 138Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 166Mi
|
memory: 138Mi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# REPO SERVER (Deployment)
|
# REPO SERVER (Deployment)
|
||||||
@@ -116,9 +116,9 @@ repoServer:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 1843Mi
|
memory: 1536Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 1843Mi
|
memory: 1536Mi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# REDIS (Deployment)
|
# REDIS (Deployment)
|
||||||
|
|||||||
Reference in New Issue
Block a user