netmaker stub
This commit is contained in:
19
netmaker/mosquitto/config.yaml
Normal file
19
netmaker/mosquitto/config.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: v1
|
||||
data:
|
||||
mosquitto.conf: |
|
||||
per_listener_settings false
|
||||
listener 8883
|
||||
protocol websockets
|
||||
allow_anonymous false
|
||||
listener 1883
|
||||
protocol websockets
|
||||
allow_anonymous false
|
||||
plugin /usr/lib/mosquitto_dynamic_security.so
|
||||
plugin_opt_config_file /mosquitto/data/dynamic-security.json
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/instance: mosquitto
|
||||
app.kubernetes.io/name: mosquitto
|
||||
name: mosquitto-config
|
||||
namespace: netmaker
|
||||
Reference in New Issue
Block a user