From 55e746cc7ada48802390f7641f3e116cfdd2a804 Mon Sep 17 00:00:00 2001 From: Somefive Date: Sun, 19 Sep 2021 09:26:05 +0800 Subject: [PATCH] Fix: fix multicluster values bug (#2326) --- charts/vela-core/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/vela-core/values.yaml b/charts/vela-core/values.yaml index de36cbbfd..b97a6e845 100644 --- a/charts/vela-core/values.yaml +++ b/charts/vela-core/values.yaml @@ -119,7 +119,7 @@ multicluster: repository: oamdev/cluster-gateway tag: v1.1.1 pullPolicy: Always - resource: + resources: limits: cpu: 100m - memory: 10Mi \ No newline at end of file + memory: 200Mi \ No newline at end of file