Skip to content

Commit b6fbf2e

Browse files
authored
docs: add information about resourcesPreset kafka (#1741)
1 parent a48f91c commit b6fbf2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/sentry/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2230,7 +2230,8 @@ kafka:
22302230
nodeSelector: {}
22312231
# tolerations: []
22322232
## if the load on the kafka controller increases, resourcesPreset must be increased
2233-
# resourcesPreset: small # small, medium, large, xlarge, 2xlarge
2233+
# resourcesPreset: "small" # "small", "medium", "large", "xlarge", "2xlarge"
2234+
# More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
22342235
## if the load on the kafka controller increases, persistence.size must be increased
22352236
# persistence:
22362237
# size: 8Gi

0 commit comments

Comments
 (0)