Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ global:
# Context paths for all components
identity:
enabled: true
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
contextPath: "/identity"
# Right-sized for CI: "camunda-platform" container P99 mem 849Mi (from 400Mi default).
resources:
Expand Down Expand Up @@ -82,6 +86,10 @@ identity:

optimize:
enabled: true
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
contextPath: "/optimize"
partitionCount: "1"
# Right-sized for CI: CPU P99 369m (from 600m default), memory P99 840Mi INCREASE (from 1Gi default).
Expand Down Expand Up @@ -111,6 +119,10 @@ optimize:
timeoutSeconds: 5

connectors:
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
contextPath: "/connectors"
# Right-sized for CI: CPU P99 389m (from 1000m default), memory P99 531Mi (from 1Gi default).
resources:
Expand Down Expand Up @@ -216,6 +228,10 @@ webModeler:
- name: registry-camunda-cloud

orchestration:
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
data:
secondaryStorage:
type: elasticsearch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ global:

# Context paths for all components
identity:
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
contextPath: "/identity"
# Right-sized for CI: "camunda-platform" container P99 mem 849Mi (from 400Mi default).
resources:
Expand Down Expand Up @@ -97,6 +101,10 @@ identityPostgresql:
userPasswordKey: "identity-keycloak-postgresql-user-password"

operate:
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
contextPath: "/operate"
# Right-sized for CI: CPU P99 446m (from 600m default), memory P99 499Mi INCREASE (from 400Mi default).
resources:
Expand Down Expand Up @@ -125,6 +133,10 @@ operate:
timeoutSeconds: 1

optimize:
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
contextPath: "/optimize"
partitionCount: "1"
# Right-sized for CI: CPU P99 369m (from 600m default), memory P99 840Mi INCREASE (from 1Gi default).
Expand Down Expand Up @@ -154,6 +166,10 @@ optimize:
timeoutSeconds: 5

tasklist:
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
contextPath: "/tasklist"
# Right-sized for CI: CPU P99 253m (from 400m default), memory P99 425Mi (from 1Gi default).
resources:
Expand Down Expand Up @@ -182,6 +198,10 @@ tasklist:
timeoutSeconds: 1

connectors:
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
contextPath: "/connectors"
# Right-sized for CI: CPU P99 389m (from 1000m default), memory P99 531Mi (from 1Gi default).
resources:
Expand Down Expand Up @@ -315,6 +335,10 @@ postgresql:

# Zeebe (Broker)
zeebe:
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
clusterSize: "1"
partitionCount: "1"
replicationFactor: "1"
Expand Down Expand Up @@ -347,6 +371,10 @@ zeebe:
timeoutSeconds: 5

zeebeGateway:
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
contextPath: "/zeebe"
# Single gateway replica for CI (chart default is 2). CI does not test gateway
# HA/failover, so the second replica only adds a JVM contending for CPU on shared
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ global:
# Identity base setup
identity:
enabled: true
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
contextPath: "/identity"
# Right-sized for CI: "camunda-platform" container P99 mem 849Mi (from 400Mi default).
resources:
Expand Down Expand Up @@ -89,6 +93,10 @@ identityPostgresql:

optimize:
enabled: true
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
contextPath: "/optimize"
partitionCount: "1"
# Right-sized for CI: CPU P99 369m (from 600m default), memory P99 840Mi INCREASE (from 1Gi default).
Expand Down Expand Up @@ -118,6 +126,10 @@ optimize:
timeoutSeconds: 5

connectors:
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
contextPath: "/connectors"
# Right-sized for CI: CPU P99 389m (from 1000m default), memory P99 531Mi (from 1Gi default).
resources:
Expand Down Expand Up @@ -249,6 +261,10 @@ webModelerPostgresql:
synchronous_commit = off

orchestration:
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
contextPath: "/orchestration"
clusterSize: "1"
partitionCount: "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ global:
# Context paths for all components
identity:
enabled: true
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
contextPath: "/identity"
# Right-sized for CI: "camunda-platform" container P99 mem 849Mi (from 400Mi default).
resources:
Expand Down Expand Up @@ -86,6 +90,10 @@ identity:

optimize:
enabled: true
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
contextPath: "/optimize"
partitionCount: "1"
env:
Expand Down Expand Up @@ -122,6 +130,10 @@ optimize:
timeoutSeconds: 5

connectors:
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
contextPath: "/connectors"
# Right-sized for CI: CPU P99 389m (from 1000m default), memory P99 531Mi (from 1Gi default).
resources:
Expand Down Expand Up @@ -241,6 +253,10 @@ webModelerPostgresql:
synchronous_commit = off

orchestration:
image:
pullSecrets:
- name: index-docker-io
- name: registry-camunda-cloud
data:
secondaryStorage:
type: elasticsearch
Expand Down
Loading