diff --git a/openshift/patches/remove_source_limits.patch b/openshift/patches/remove_dispatcher_limits.patch similarity index 50% rename from openshift/patches/remove_source_limits.patch rename to openshift/patches/remove_dispatcher_limits.patch index 6f67bc44a5..5c81c74805 100644 --- a/openshift/patches/remove_source_limits.patch +++ b/openshift/patches/remove_dispatcher_limits.patch @@ -12,3 +12,17 @@ index 2aa7a9ebd..29be6c357 100644 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