Skip to content

Commit

Permalink
Change MQTT default port to 1885 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
afalhambra-hivemq authored Mar 23, 2024
1 parent 01f42fe commit a43e722
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 @@ -164,7 +164,7 @@ services:
exposed: true
containerPort: 1883
# Set if service port is different from container port
port: 1883
port: 1885
# Set if different from ClusterIP. Possible values are `ClusterIP`, `NodePort` and `LoadBalancer`
# serviceType: NodePort
# Annotations to add to the service
Expand Down

0 comments on commit a43e722

Please sign in to comment.