diff --git a/aks-deployments/mosq-my-device.yaml b/aks-deployments/mosq-my-device.yaml index c85a4df..2131870 100644 --- a/aks-deployments/mosq-my-device.yaml +++ b/aks-deployments/mosq-my-device.yaml @@ -18,7 +18,7 @@ spec: imagePullPolicy: Always env: - name: ConnectionStrings__cs - value: HostName=mosquitto-service;TcpPort=8884;X509Key=certs/tls.crt|certs/tls.key + value: HostName=mosquitto.rido.dev;TcpPort=8883;X509Key=certs/tls.crt|certs/tls.key - name: ApplicationInsights__ConnectionString value: InstrumentationKey=216d32bc-3c75-41d2-8c5d-7fc55958fe9b;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus.livediagnostics.monitor.azure.com/ volumeMounts: diff --git a/aks-deployments/mosquitto-device.yaml b/aks-deployments/mosquitto-device.yaml index 15e25f9..b8ba5d9 100644 --- a/aks-deployments/mosquitto-device.yaml +++ b/aks-deployments/mosquitto-device.yaml @@ -17,6 +17,6 @@ spec: image: ghcr.io/iotmodels/memmon:x64 env: - name: ConnectionStrings__cs - value: HostName=mosquitto-service;TcpPort=1883;UseTls=false;UserName=client2;Password=Pass@Word2;clientId={machineName} + value: HostName=mosquitto.rido.dev;TcpPort=8883;UserName=client2;Password=Pass@Word2;clientId={machineName} - name: ApplicationInsights__ConnectionString value: InstrumentationKey=216d32bc-3c75-41d2-8c5d-7fc55958fe9b;IngestionEndpoint=https://westus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus.livediagnostics.monitor.azure.com/ diff --git a/aks-deployments/mqtt-grpc.yaml b/aks-deployments/mqtt-grpc.yaml index 0e14737..79e8326 100644 --- a/aks-deployments/mqtt-grpc.yaml +++ b/aks-deployments/mqtt-grpc.yaml @@ -18,7 +18,7 @@ spec: imagePullPolicy: Always env: - name: ConnectionStrings__cs - value: HostName=mosquitto.rido.dev;TcpPort=8884;X509Key=certs/tls.crt|certs/tls.key;CaFile=ca.pem + value: HostName=mosquitto.rido.dev;TcpPort=8883;UserName=client2;Password=Pass@Word2;clientId={machineName} volumeMounts: - name: my-device-x509 mountPath: /app/certs