-
See https://camunda.slack.com/archives/C02UT3T8DQR/p1650536952860079
Optimize needs to be configured with the partition count. Currently, this information is located in the Zeebe sub-chart. Helm do…
-
Add Identity Application to the single chart. Dependency of #126.
- [x] Add Keycloak dependency https://github.com/camunda/camunda-platform-helm/pull/251
- [x] ~https://github.com/codecentric/h…
-
We increased the partition count to three, but left the cpu/io thread count untouched. This means they are still on 2. We could either raise it to 3 or bump it to 1 since the resources are so low.
-
We need to test our charts, to verify and ensure functionality and to guarantee that we not break them on adding more features or fixing bugs.
- [x] Verify which tool fit best, ct or terratest
-…
-
Add optimize chart to the single chart.
- [x] Requires: Identity in chart
- [x] Create a new sub chart in the ccsm-helm chart
- [X] Add manifest templates for optimize https://github.com/camund…
-
After a discussion with @korthout we realized we might need more documentation on gateways in CCSM ([CCSaaS too, but that's a separate issue](#380)). We realize this is a more involved conversation th…
-
Installing with no parameters as [in the guide](https://docs.camunda.io/docs/self-managed/platform-deployment/kubernetes-helm/#how-to-install-camunda-8-using-helm) seems to fail due to Keycloak not kn…
-
I am trying to install zeebe via helm charts in a separate namespace, the same fails. I have capture the debug logs from helm command as below:
$ helm install zeebe zeebe/zeebe-full-helm -n zeebe -…
-
values.yml:
```yaml
global:
image:
repository: camunda/zeebe
tag: SNAPSHOT
pullPolicy: Always
operate:
enabled: true
global:
image:
repository: camunda/operate
…
-
Services like operate doesn't seem to work without the standalone gateway, If we want to make it possible to swtich bettwen embedded and standlone gateway then the broker contact point shouldn't be ha…