Skip to content

Commit

Permalink
Update properties for high perf tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
boney9 committed Oct 4, 2022
1 parent 9a6a0ff commit 0be6b37
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/orkes-conductor-standalone/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ 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: 0.1.2
version: 0.1.3
appVersion: "2.1.49"
2 changes: 1 addition & 1 deletion charts/orkes-conductor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: Helm Chart for Deploying Orkes Conductor

type: application

version: 0.1.2
version: 0.1.3
appVersion: "2.1.49"
2 changes: 2 additions & 0 deletions charts/orkes-conductor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ spec:
value: {{ .Values.workers.accessKeySecret | quote }}
- name: conductor.worker.http.block.ips
value: {{ .Values.workers.blockIps | quote }}
- name: JVM_MEMORY_SETTINGS
value: { { .Values.workers.jvmSettings | quote } }
- name: LOCAL_HOST_IP
valueFrom:
fieldRef:
Expand Down
5 changes: 3 additions & 2 deletions charts/orkes-conductor/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
replicaCount: 1
replicaCount: 7

service:
port: 5000
Expand Down Expand Up @@ -41,7 +41,8 @@ workers:
accessKeySecret: ""
springProfilesActive: "logrotate"
blockIps: "127.0.0.1"
replicaCount: 4
replicaCount: 7
jvmSettings: "-Xms750M -Xmx2000M"
resources:
cpuLimit: "2"
memoryLimit: "2Gi"
Expand Down

0 comments on commit 0be6b37

Please sign in to comment.