Skip to content

Commit

Permalink
cert-manager, Update minimum CPU request (#320)
Browse files Browse the repository at this point in the history
In order to allow the cert-manager to give faster SLA,
as the webhook (and handler) depends on it,
increase minimum memory and cpu requests.

See nmstate/kubernetes-nmstate#781 (comment)

Signed-off-by: Or Shoval <[email protected]>
  • Loading branch information
oshoval authored Jul 12, 2021
1 parent acad68e commit 81e0324
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/default/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ spec:
name: manager
resources:
requests:
cpu: "5m"
memory: "20Mi"
cpu: "30m"
memory: "30Mi"
env:
- name: RUN_CERT_MANAGER
value: ""
Expand Down
4 changes: 2 additions & 2 deletions config/release/kubemacpool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ spec:
name: manager
resources:
requests:
cpu: 5m
memory: 20Mi
cpu: 30m
memory: 30Mi
priorityClassName: system-cluster-critical
restartPolicy: Always
terminationGracePeriodSeconds: 5
Expand Down
4 changes: 2 additions & 2 deletions config/test/kubemacpool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ spec:
name: manager
resources:
requests:
cpu: 5m
memory: 20Mi
cpu: 30m
memory: 30Mi
priorityClassName: system-cluster-critical
restartPolicy: Always
terminationGracePeriodSeconds: 5
Expand Down

0 comments on commit 81e0324

Please sign in to comment.