diff --git a/charts/marketplace/gcp/schema-test.yaml b/charts/marketplace/gcp/schema-test.yaml index 9a0c241a5d0..cca32c225f3 100644 --- a/charts/marketplace/gcp/schema-test.yaml +++ b/charts/marketplace/gcp/schema-test.yaml @@ -14,12 +14,6 @@ properties: importer.config.hedera.mirror.importer.network: default: "DEMO" type: string - importer.resources.requests.cpu: - default: "200m" - type: string - importer.resources.requests.memory: - default: "512Mi" - type: string rest.service.type: default: ClusterIP type: string diff --git a/charts/marketplace/gcp/values.yaml b/charts/marketplace/gcp/values.yaml index 7d56d825c8d..b2453db387c 100644 --- a/charts/marketplace/gcp/values.yaml +++ b/charts/marketplace/gcp/values.yaml @@ -58,6 +58,10 @@ importer: rbac: enabled: false replicas: 1 + resources: + requests: + cpu: 200m + memory: 512Mi serviceAccount: create: false