Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
set infinispan device registry as a separate example
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtrystram committed May 8, 2019
1 parent 37b2a2e commit ff39b87
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions templates/iot/examples/iot-config-infinispan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
kind: IoTConfig
apiVersion: iot.enmasse.io/v1alpha1
metadata:
name: default
spec:
services:
deviceRegistry:
infinispan:
infinispanServerAddress: example-infinispan:11222
adapters:
mqtt:
endpoint:
secretNameStrategy:
secretName: iot-mqtt-adapter-tls
4 changes: 2 additions & 2 deletions templates/iot/examples/iot-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
spec:
services:
deviceRegistry:
infinispan:
infinispanServerAddress: example-infinispan:11222
file:
numberOfDevicesPerTenant: 100000
adapters:
mqtt:
endpoint:
Expand Down

0 comments on commit ff39b87

Please sign in to comment.