Skip to content

Commit

Permalink
Updated configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanperry1 committed Jan 10, 2024
1 parent 514c5df commit 091999d
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 25 deletions.
22 changes: 0 additions & 22 deletions samples/industrial-data-simulator/configs/simple/config.yml

This file was deleted.

13 changes: 13 additions & 0 deletions samples/industrial-data-simulator/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,16 @@ spec:
type: ClusterIP
selector:
app: data-simulator
---
apiVersion: mq.iotoperations.azure.com/v1beta1
kind: BrokerListener
metadata:
name: industrial-data-simulator-listener
namespace: azure-iot-operations
spec:
authenticationEnabled: false
authorizationEnabled: false
brokerRef: broker
port: 1883
serviceName: aio-mq-dmqtt-frontend
serviceType: clusterIp
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,17 @@ spec:
name: prometheus
type: ClusterIP
selector:
app: data-simulator
app: data-simulator
---
apiVersion: mq.iotoperations.azure.com/v1beta1
kind: BrokerListener
metadata:
name: industrial-data-simulator-listener
namespace: azure-iot-operations
spec:
authenticationEnabled: false
authorizationEnabled: false
brokerRef: broker
port: 1883
serviceName: aio-mq-dmqtt-frontend
serviceType: clusterIp
17 changes: 15 additions & 2 deletions samples/industrial-data-simulator/manifests/oee/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data:
logLevel: 1
simulation:
target:
host: localhost
host: aio-mq-dmqtt-frontend
port: 1883
sites:
- name: RLine1_1
Expand Down Expand Up @@ -577,4 +577,17 @@ spec:
name: prometheus
type: ClusterIP
selector:
app: data-simulator
app: data-simulator
---
apiVersion: mq.iotoperations.azure.com/v1beta1
kind: BrokerListener
metadata:
name: industrial-data-simulator-listener
namespace: azure-iot-operations
spec:
authenticationEnabled: false
authorizationEnabled: false
brokerRef: broker
port: 1883
serviceName: aio-mq-dmqtt-frontend
serviceType: clusterIp
26 changes: 26 additions & 0 deletions samples/industrial-data-simulator/manifests/simple/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,29 @@ spec:
type: ClusterIP
selector:
app: data-simulator
---
apiVersion: mq.iotoperations.azure.com/v1beta1
kind: BrokerListener
metadata:
name: industrial-data-simulator-listener
namespace: azure-iot-operations
spec:
authenticationEnabled: false
authorizationEnabled: false
brokerRef: broker
port: 1883
serviceName: aio-mq-dmqtt-frontend
serviceType: clusterIp
---
apiVersion: mq.iotoperations.azure.com/v1beta1
kind: BrokerListener
metadata:
name: industrial-data-simulator-listener
namespace: azure-iot-operations
spec:
authenticationEnabled: false
authorizationEnabled: false
brokerRef: broker
port: 1883
serviceName: aio-mq-dmqtt-frontend
serviceType: clusterIp

0 comments on commit 091999d

Please sign in to comment.