diff --git a/charts/zeebe-benchmark/test/golden/c8-zeebe-statefulset.golden.yaml b/charts/zeebe-benchmark/test/golden/c8-zeebe-statefulset.golden.yaml index 65238bd..9948902 100644 --- a/charts/zeebe-benchmark/test/golden/c8-zeebe-statefulset.golden.yaml +++ b/charts/zeebe-benchmark/test/golden/c8-zeebe-statefulset.golden.yaml @@ -244,4 +244,4 @@ spec: storageClassName: ssd resources: requests: - storage: "32Gi" \ No newline at end of file + storage: "48Gi" \ No newline at end of file diff --git a/charts/zeebe-benchmark/values.yaml b/charts/zeebe-benchmark/values.yaml index 6f2ab00..4c92c5e 100644 --- a/charts/zeebe-benchmark/values.yaml +++ b/charts/zeebe-benchmark/values.yaml @@ -343,7 +343,7 @@ camunda-platform: # PvcAccessModes can be used to configure the persistent volume claim access mode https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes pvcAccessMode: [ "ReadWriteOnce" ] # PvcSize defines the persistent volume claim size, which is used by each broker pod https://kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims - pvcSize: 32Gi + pvcSize: 48Gi # PvcStorageClassName can be used to set the storage class name which should be used by the persistent volume claim. It is recommended to use a storage class, which is backed with a SSD. pvcStorageClassName: ssd