Skip to content

Commit

Permalink
Fix replicaCount for the platform (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
afalhambra-hivemq authored Mar 22, 2024
1 parent 642ad34 commit f1ce834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hivemq-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# Settings for the HiveMQ Platform nodes
nodes:
# The number of HiveMQ nodes in the cluster
replicaCount: 2
replicaCount: 3
logLevel: INFO
javaOpts: "-XX:+UnlockExperimentalVMOptions -XX:InitialRAMPercentage=50 -XX:MaxRAMPercentage=50"

Expand Down

0 comments on commit f1ce834

Please sign in to comment.