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 a049e60 commit 4a14459
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions manifests/applications/op1st-gitops/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ spec:
applicationSet:
resources:
limits:
cpu: 500m
memory: 1Gi
cpu: 250m
memory: 512Mi
requests:
cpu: 100m
memory: 512Mi
memory: 128Mi
webhookServer:
ingress:
enabled: false
Expand All @@ -84,11 +84,11 @@ spec:
repo:
resources:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 250m
memory: 256Mi
memory: 512Mi
requests:
cpu: 100m
memory: 128Mi
resourceExclusions: |
- apiGroups:
- tekton.dev
Expand All @@ -105,17 +105,17 @@ spec:
autotls: openshift
resources:
limits:
cpu: 250m
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 64Mi
usersAnonymousEnabled: true
controller:
processors: {}
resources:
limits:
cpu: 1000m
cpu: 500m
memory: 2Gi
requests:
cpu: 250m
Expand Down
1 change: 1 addition & 0 deletions manifests/applications/op1st-gitops/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ resources:
- argocd-gpg-keys.yaml
- rbac.yaml
- redis-fix.yaml
- resource_quota.yaml

- clusters/
- projects/
Expand Down

0 comments on commit 4a14459

Please sign in to comment.