mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 17:48:25 +08:00
update missing config
This commit is contained in:
parent
2700acc1d7
commit
8dbd7d109e
2 changed files with 4 additions and 2 deletions
|
@ -111,8 +111,8 @@ services:
|
|||
depends_on:
|
||||
- netmaker
|
||||
environment:
|
||||
SERVER_BROKER_ENDPOINT: "mq"
|
||||
MQ_SERVER_PORT: "1883"
|
||||
SERVER_BROKER_ENDPOINT: "ws://mq:8083/mqtt"
|
||||
BROKER_ENDPOINT: "wss://broker.NETMAKER_BASE_DOMAIN/mqtt"
|
||||
PROMETHEUS: "on"
|
||||
VERBOSITY: "1"
|
||||
API_PORT: "8085"
|
||||
|
|
|
@ -73,6 +73,8 @@ spec:
|
|||
value: '*'
|
||||
- name: SERVER_BROKER_ENDPOINT
|
||||
value: "ws://mq:1883"
|
||||
- name: BROKER_ENDPOINT
|
||||
value: "wss://broker.NETMAKER_BASE_DOMAIN"
|
||||
- name: PLATFORM
|
||||
value: "Kubernetes"
|
||||
- name: VERBOSITY
|
||||
|
|
Loading…
Reference in a new issue