From 8b0459ddc5b42b0feb86218421fbb6fbe7b20746 Mon Sep 17 00:00:00 2001 From: "Riabokon Stanislav(EPAM)[GCP]" <stanislav_riabokon@epam.com> Date: Wed, 22 Jun 2022 14:41:31 +0000 Subject: [PATCH] Increased requests for resources [GCP] --- devops/gcp/deploy/values.yaml | 2 +- provider/notification-gcp/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devops/gcp/deploy/values.yaml b/devops/gcp/deploy/values.yaml index 93d88da23..83f34fe98 100644 --- a/devops/gcp/deploy/values.yaml +++ b/devops/gcp/deploy/values.yaml @@ -2,7 +2,7 @@ data: requests_cpu: "0.1" requests_memory: "256M" limits_cpu: "1" - limits_memory: "1G" + limits_memory: "1.5G" serviceAccountName: "notification" imagePullPolicy: "IfNotPresent" image: "" diff --git a/provider/notification-gcp/pom.xml b/provider/notification-gcp/pom.xml index 05d304aca..a0b7901e4 100644 --- a/provider/notification-gcp/pom.xml +++ b/provider/notification-gcp/pom.xml @@ -44,7 +44,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-gcp</artifactId> - <version>0.14.0</version> + <version>0.16.0-rc1</version> </dependency> <dependency> -- GitLab