From a0ae47f9788d3bf998e6da65edeb38797d1bb3f2 Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Wed, 12 Jun 2019 13:19:39 +0200 Subject: [PATCH] :fire: removing limits --- config/500-controller.yaml | 3 --- config/500-sources-controller.yaml | 3 --- config/500-webhook.yaml | 3 --- 3 files changed, 9 deletions(-) diff --git a/config/500-controller.yaml b/config/500-controller.yaml index 19bcbe2d3cb..8b5fb2a73ab 100644 --- a/config/500-controller.yaml +++ b/config/500-controller.yaml @@ -55,9 +55,6 @@ spec: ports: - containerPort: 9090 name: metrics - resources: - limits: - memory: 1000Mi # An initial guess, but consistent with serving volumeMounts: - name: config-logging mountPath: /etc/config-logging diff --git a/config/500-sources-controller.yaml b/config/500-sources-controller.yaml index a678cef2c04..e7e3c082e9d 100644 --- a/config/500-sources-controller.yaml +++ b/config/500-sources-controller.yaml @@ -42,9 +42,6 @@ spec: requests: cpu: 100m memory: 100Mi - limits: - cpu: 1000m - memory: 1000Mi ports: - name: metrics containerPort: 9090 diff --git a/config/500-webhook.yaml b/config/500-webhook.yaml index b46d0664266..fbaf6e9ae02 100644 --- a/config/500-webhook.yaml +++ b/config/500-webhook.yaml @@ -48,9 +48,6 @@ spec: value: config-logging - name: WEBHOOK_NAME value: eventing-webhook - resources: - limits: - memory: 1000Mi # An initial guess, but consistent with serving volumes: - name: config-logging configMap: