fix: mqtt hostname

This commit is contained in:
auricom
2025-08-13 14:22:21 +02:00
parent 3453f221d9
commit 06858be5a0

View File

@@ -95,7 +95,7 @@ spec:
type: LoadBalancer
externalTrafficPolicy: Local
annotations:
external-dns.alpha.kubernetes.io/hostname: "mqtt.${SECRET_PUBLIC_DOMAIN}."
external-dns.alpha.kubernetes.io/hostname: "mqtt.${SECRET_EXTERNAL_DOMAIN}"
ports:
mqtt:
port: 1883