Skip to content

Commit

Permalink
[release-1.8] Increase receivers memory requests (#2954)
Browse files Browse the repository at this point in the history
* Increase kafka-broker-receivers memory requests

* Increase kafka-channel-receiver memory requests

* Increase kafka-sink-receiver memory requests

---------

Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
  • Loading branch information
knative-prow-robot and creydr authored Feb 17, 2023
1 parent bca0b90 commit 63eb080
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data-plane/config/broker/500-receiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ spec:
resources:
requests:
cpu: 200m
memory: 300Mi
memory: 450Mi
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion data-plane/config/channel/500-receiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ spec:
resources:
requests:
cpu: 200m
memory: 300Mi
memory: 450Mi
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion data-plane/config/sink/500-receiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ spec:
resources:
requests:
cpu: 200m
memory: 300Mi
memory: 450Mi
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit 63eb080

Please sign in to comment.