forked from knative-extensions/eventing-kafka-broker
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove limits from kafka broker dispatcher (knative-extensions#1091)
- Loading branch information
Showing
6 changed files
with
42 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
diff --git a/data-plane/config/source/500-dispatcher.yaml b/data-plane/config/source/500-dispatcher.yaml | ||
index 2aa7a9ebd..29be6c357 100644 | ||
--- a/data-plane/config/source/500-dispatcher.yaml | ||
+++ b/data-plane/config/source/500-dispatcher.yaml | ||
@@ -125,9 +125,6 @@ spec: | ||
cpu: 1000m | ||
# 600Mi for virtual replicas + 100Mi overhead | ||
memory: 700Mi | ||
- limits: | ||
- cpu: 2000m | ||
- memory: 1000Mi | ||
|
||
livenessProbe: | ||
failureThreshold: 3 | ||
diff --git a/data-plane/config/broker/500-dispatcher.yaml b/data-plane/config/broker/500-dispatcher.yaml | ||
index ea12c2820..9540f412a 100644 | ||
--- a/data-plane/config/broker/500-dispatcher.yaml | ||
+++ b/data-plane/config/broker/500-dispatcher.yaml | ||
@@ -128,9 +128,6 @@ spec: | ||
cpu: 1000m | ||
# 600Mi for virtual replicas + 100Mi overhead | ||
memory: 700Mi | ||
- limits: | ||
- cpu: 2000m | ||
- memory: 1000Mi | ||
|
||
livenessProbe: | ||
failureThreshold: 3 | ||
diff --git a/data-plane/config/brokerv2/500-dispatcher.yaml b/data-plane/config/brokerv2/500-dispatcher.yaml | ||
index 27d9ecc44..cc393e793 100644 | ||
--- a/data-plane/config/brokerv2/500-dispatcher.yaml | ||
+++ b/data-plane/config/brokerv2/500-dispatcher.yaml | ||
@@ -128,9 +128,6 @@ spec: | ||
cpu: 1000m | ||
# 600Mi for virtual replicas + 100Mi overhead | ||
memory: 700Mi | ||
- limits: | ||
- cpu: 2000m | ||
- memory: 1000Mi | ||
|
||
livenessProbe: | ||
failureThreshold: 3 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters