From 87cc2a0bc0e5d6e5ec42b26f333331ed05e1b4eb Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Fri, 29 Oct 2021 17:44:15 +0300 Subject: [PATCH] Disable limit for owprov-ui for now Signed-off-by: Johann Hoffmann --- helm/ucentral/values.ucentral-qa.external-db.yaml | 14 +++++++------- helm/ucentral/values.ucentral-qa.yaml | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/helm/ucentral/values.ucentral-qa.external-db.yaml b/helm/ucentral/values.ucentral-qa.external-db.yaml index c9904e391..72311cda7 100644 --- a/helm/ucentral/values.ucentral-qa.external-db.yaml +++ b/helm/ucentral/values.ucentral-qa.external-db.yaml @@ -280,13 +280,13 @@ owprovui: public_env_variables: ALLOW_UCENTRALSEC_CHANGE: false - resources: - requests: - cpu: 10m - memory: 30m - limits: - cpu: 100m - memory: 100m +# resources: +# requests: +# cpu: 10m +# memory: 30m +# limits: +# cpu: 100m +# memory: 100m kafka: heapOpts: -Xmx512m -Xms512m diff --git a/helm/ucentral/values.ucentral-qa.yaml b/helm/ucentral/values.ucentral-qa.yaml index e067829d4..5be5a7196 100644 --- a/helm/ucentral/values.ucentral-qa.yaml +++ b/helm/ucentral/values.ucentral-qa.yaml @@ -267,13 +267,13 @@ owprovui: public_env_variables: ALLOW_UCENTRALSEC_CHANGE: false - resources: - requests: - cpu: 10m - memory: 30m - limits: - cpu: 100m - memory: 100m +# resources: +# requests: +# cpu: 10m +# memory: 30m +# limits: +# cpu: 100m +# memory: 100m kafka: heapOpts: -Xmx512m -Xms512m