Skip to content

Commit

Permalink
Merge pull request #319 from joejulian/add_the_m
Browse files Browse the repository at this point in the history
add the "M" to the end of the reserve-memory flag
  • Loading branch information
alejandroEsc authored Feb 8, 2023
2 parents cbe1f28 + 6312483 commit 4985e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/redpanda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# The chart version and the app version are not the same and will not track
# together. The chart version is a semver representation of changes to this
# chart.
version: 2.8.3
version: 2.8.4

# The app version is the default version of Redpanda to install.
appVersion: v22.3.10
Expand Down
2 changes: 1 addition & 1 deletion charts/redpanda/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ spec:
- start
- --smp={{ .Values.resources.cpu.cores }}
- --memory={{ template "redpanda-memory" . }}M
- --reserve-memory={{ template "redpanda-reserve-memory" . }}
- --reserve-memory={{ template "redpanda-reserve-memory" . }}M
- --default-log-level={{ .Values.logging.logLevel }}
- --advertise-rpc-addr={{ $internalAdvertiseAddress }}:{{ .Values.listeners.rpc.port }}
ports:
Expand Down

0 comments on commit 4985e5d

Please sign in to comment.