camunda-consulting / c8-devops-workshop

DevOps Workshop for Camunda 8
0 stars 1 forks source link

Lab 4 / step Adjust values - Incorrect instructions #18

Open pierre-yves-monnet opened 11 months ago

pierre-yves-monnet commented 11 months ago

1/ It should be nice to give more details:

Edit the file "camunda-platform-update-values.yaml"

2/ instruction and file differ: File contains zeebe: clusterSize: 3 partitionCount: 3 replicationFactor: 3 pvcSize: 10Gi affinity: podAntiAffinity: null

and instruction said zeebe: replicas: 1 affinity: podAntiAffinity: null

what are the correct value in 8.2.5? clusterSize/partitionCount/replicationFactor or replicas?