Skip to content

Commit

Permalink
Add default QPS and Burst in controller
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 committed Jun 21, 2023
1 parent 2090f5b commit c564ebf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/300-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ spec:
value: ""
- name: CERTS_SECRET_NAME
value: ""
- name: KUBE_API_BURST
value: "200"
- name: KUBE_API_QPS
value: "200"
- name: SYSTEM_NAMESPACE
valueFrom:
fieldRef:
Expand Down

0 comments on commit c564ebf

Please sign in to comment.