Skip to content

Commit

Permalink
Increase Kourier Gateway CPU limit instead of controller
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 committed Nov 14, 2023
1 parent ad58d90 commit 08650d4
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 @@ -94,7 +94,7 @@ spec:
cpu: 200m
memory: 200Mi
limits:
cpu: "1"
cpu: 1
memory: 500Mi
restartPolicy: Always
serviceAccountName: net-kourier
Expand Down
2 changes: 1 addition & 1 deletion config/300-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
cpu: 200m
memory: 200Mi
limits:
cpu: 500m
cpu: "1"
memory: 500Mi
volumes:
- name: config-volume
Expand Down

0 comments on commit 08650d4

Please sign in to comment.