Skip to content

Commit

Permalink
SRVLOGIC-390: update the prod templates to include the operator memor…
Browse files Browse the repository at this point in the history
…y increase and adjust the SonataFlow-Builder.containerfile (#84)
  • Loading branch information
wmedvede authored Sep 26, 2024
1 parent 0179b0d commit 39aee78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/manager/prod/SonataFlow-Builder.containerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions config/manager/prod/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 39aee78

Please sign in to comment.