Skip to content

Commit

Permalink
feat(flux): adjust resource config
Browse files Browse the repository at this point in the history
  • Loading branch information
hugginsio committed Nov 23, 2024
1 parent 5aaff5f commit 8bd43a6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions kubernetes/hyperlab/flux/config/flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,7 @@ spec:
- patch: |
- op: add
path: /spec/template/spec/containers/0/args/-
value: --concurrent=12
- op: add
path: /spec/template/spec/containers/0/args/-
value: --kube-api-qps=500
- op: add
path: /spec/template/spec/containers/0/args/-
value: --kube-api-burst=1000
value: --concurrent=6
- op: add
path: /spec/template/spec/containers/0/args/-
value: --requeue-dependency=5s
Expand All @@ -63,8 +57,12 @@ spec:
containers:
- name: manager
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
memory: 2Gi
cpu:
memory: 128Mi
target:
kind: Deployment
name: (kustomize-controller|helm-controller|source-controller)
Expand Down

0 comments on commit 8bd43a6

Please sign in to comment.