Skip to content

Commit

Permalink
Increase kourier controller CPU limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode authored and knative-prow-robot committed Nov 2, 2023
1 parent 76ffa8f commit 499e401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/300-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
cpu: 200m
memory: 200Mi
limits:
cpu: 500m
cpu: "1"
memory: 500Mi
restartPolicy: Always
serviceAccountName: net-kourier
Expand Down

0 comments on commit 499e401

Please sign in to comment.