Skip to content

Commit

Permalink
upd cnxs
Browse files Browse the repository at this point in the history
  • Loading branch information
rido-min committed Feb 23, 2024
1 parent 54e72e9 commit 34f0070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aks-deployments/mosq-my-device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion aks-deployments/mosquitto-device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion aks-deployments/mqtt-grpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34f0070

Please sign in to comment.