Skip to content

raise resources used for ui proxy and ui builder #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 10.2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm/bonita-custom/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 10.2.4
version: 10.2.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "10.2.1"
appVersion: "10.2.3"

dependencies:
- name: bonita
Expand Down
16 changes: 8 additions & 8 deletions helm/bonita-custom/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ bonita:
- name: '{{ include "bonita-custom.fullname" . }}-imagepullsecret'
resources:
limits:
cpu: 500m
memory: 1Gi
cpu: 2
memory: 4Gi
requests:
cpu: 500m
memory: 512Mi
cpu: 2
memory: 4Gi

proxy:
nameOverride: "proxy"
Expand All @@ -118,9 +118,9 @@ bonita:
- name: '{{ include "bonita-custom.fullname" . }}-imagepullsecret'
resources:
limits:
cpu: 500m
memory: 256Mi
cpu: 1
memory: 1Gi
requests:
cpu: 500m
memory: 256Mi
cpu: 1
memory: 1Gi
podAnnotations:
14 changes: 7 additions & 7 deletions helm/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bonita:
create: true
name: bonita-test-sa
image:
tag: 10.2.1
tag: 10.2.3
pullSecrets:
- name: imagepullsecret
resources:
Expand All @@ -44,13 +44,13 @@ bonita:
service:
enabled: true
image:
tag: 1.2.1
tag: 1.3.0
pullSecrets:
- name: imagepullsecret
resources:
limits:
cpu: 500m
memory: 256Mi
cpu: 1
memory: 1Gi
requests:
cpu: 500m
memory: 256Mi
Expand All @@ -60,13 +60,13 @@ bonita:
enabled: true
image:
repository: bonitasoft.jfrog.io/docker/bonita-ui-builder
tag: 1.2.1
tag: 1.3.0
pullSecrets:
- name: imagepullsecret
resources:
limits:
cpu: 500m
memory: 1Gi
cpu: 2
memory: 4Gi
requests:
cpu: 500m
memory: 512Mi
Expand Down