From b729ebe6e9f7997241e09829ad2b65601e86fc0c Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Tue, 10 Dec 2024 22:44:30 +0330 Subject: [PATCH] Commented the resource section for enterprise gateway --- charts/tempo-distributed/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/tempo-distributed/values.yaml b/charts/tempo-distributed/values.yaml index 1377b9ee7b..90f72a3694 100755 --- a/charts/tempo-distributed/values.yaml +++ b/charts/tempo-distributed/values.yaml @@ -2350,13 +2350,13 @@ enterpriseGateway: port: http-metrics initialDelaySeconds: 45 - resources: - limits: - cpu: 10m - memory: 32Mi - requests: - cpu: 10m - memory: 32Mi + resources: {} +# limits: +# cpu: 10m +# memory: 32Mi +# requests: +# cpu: 10m +# memory: 32Mi terminationGracePeriodSeconds: 60