Skip to content

Commit

Permalink
chore(op1st-gitops): reduce resource consumption of argocd deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Görn <[email protected]>
  • Loading branch information
goern committed Oct 30, 2024
1 parent c66f239 commit 163871a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions manifests/applications/op1st-gitops/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
insecure: true
resources:
limits:
cpu: 500m
cpu: 250m
memory: 256Mi
requests:
cpu: 250m
Expand Down Expand Up @@ -54,7 +54,7 @@ spec:
openShiftOAuth: true
resources:
limits:
cpu: 500m
cpu: 250m
memory: 256Mi
requests:
cpu: 250m
Expand All @@ -64,10 +64,10 @@ spec:
applicationSet:
resources:
limits:
cpu: "2"
cpu: 500m
memory: 1Gi
requests:
cpu: 250m
cpu: 100m
memory: 512Mi
webhookServer:
ingress:
Expand All @@ -84,7 +84,7 @@ spec:
repo:
resources:
limits:
cpu: "1"
cpu: 500m
memory: 1Gi
requests:
cpu: 250m
Expand All @@ -105,17 +105,17 @@ spec:
autotls: openshift
resources:
limits:
cpu: 500m
cpu: 250m
memory: 256Mi
requests:
cpu: 250m
cpu: 100m
memory: 128Mi
usersAnonymousEnabled: true
controller:
processors: {}
resources:
limits:
cpu: "2"
cpu: 1000m
memory: 2Gi
requests:
cpu: 250m
Expand Down

0 comments on commit 163871a

Please sign in to comment.