Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kubernetes/manifests/mapache/gr26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# MQTT broker lives on the gr-mqtt EC2 outside the cluster. Pods reach
# it over the public hostname (gr-mqtt.gauchoracing.com); throughput is
# low enough that hairpinning out through the NAT gateway is fine.
# Auth is gr26/<MQTT_PASSWORD>.
# Auth uses the shared mapache-fleet credential (MQTT_USER=mapache).

apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -83,7 +83,7 @@ spec:
- name: MQTT_PORT
value: "1883"
- name: MQTT_USER
value: gr26
value: mapache
- name: MQTT_PASSWORD
valueFrom:
secretKeyRef:
Expand Down