From 39aee78bef044dfd05975b6d75081b412d6c1ba3 Mon Sep 17 00:00:00 2001 From: Walter Medvedeo Date: Thu, 26 Sep 2024 21:28:42 +0200 Subject: [PATCH] SRVLOGIC-390: update the prod templates to include the operator memory increase and adjust the SonataFlow-Builder.containerfile (#84) --- config/manager/prod/SonataFlow-Builder.containerfile | 2 +- config/manager/prod/manager.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/manager/prod/SonataFlow-Builder.containerfile b/config/manager/prod/SonataFlow-Builder.containerfile index c0e1b0a25..167b00216 100644 --- a/config/manager/prod/SonataFlow-Builder.containerfile +++ b/config/manager/prod/SonataFlow-Builder.containerfile @@ -1,4 +1,4 @@ -FROM registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8:latest AS builder +FROM registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8:1.34.0 AS builder # variables that can be overridden by the builder # To add a Quarkus extension to your application diff --git a/config/manager/prod/manager.yaml b/config/manager/prod/manager.yaml index 3a5d65124..765b39e89 100644 --- a/config/manager/prod/manager.yaml +++ b/config/manager/prod/manager.yaml @@ -55,9 +55,9 @@ spec: resources: limits: cpu: 500m - memory: 128Mi + memory: 500Mi requests: - cpu: 10m - memory: 64Mi + cpu: 100m + memory: 200Mi serviceAccountName: controller-manager terminationGracePeriodSeconds: 10