Skip to content

Commit

Permalink
[release-1.10] Increase kourier controller CPU limit (#118)
Browse files Browse the repository at this point in the history
* Increase kourier controller CPU limit (knative-extensions#1149)

(cherry picked from commit 6e4d79d)

* Re-generate release files
  • Loading branch information
ReToCode authored Nov 2, 2023
1 parent 81663fe commit e238be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/300-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
cpu: 200m
memory: 200Mi
limits:
cpu: 500m
cpu: "1"
memory: 500Mi
restartPolicy: Always
serviceAccountName: net-kourier
Expand Down
2 changes: 1 addition & 1 deletion openshift/release/artifacts/net-kourier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ spec:
cpu: 200m
memory: 200Mi
limits:
cpu: 500m
cpu: "1"
memory: 500Mi
restartPolicy: Always
serviceAccountName: net-kourier
Expand Down

0 comments on commit e238be5

Please sign in to comment.