diff --git a/kubernetes/manifests/mapache/gr26.yaml b/kubernetes/manifests/mapache/gr26.yaml index ab33a21..740b3cd 100644 --- a/kubernetes/manifests/mapache/gr26.yaml +++ b/kubernetes/manifests/mapache/gr26.yaml @@ -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/. +# Auth uses the shared mapache-fleet credential (MQTT_USER=mapache). apiVersion: apps/v1 kind: Deployment @@ -83,7 +83,7 @@ spec: - name: MQTT_PORT value: "1883" - name: MQTT_USER - value: gr26 + value: mapache - name: MQTT_PASSWORD valueFrom: secretKeyRef: