@leverege/build-tools 2.31.0 → 2.31.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leverege/build-tools",
3
- "version": "2.31.0",
3
+ "version": "2.31.2",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -1,16 +1,14 @@
1
+ # This is the reserved static IP - see GCP -> VPC network -> IP addresses
1
2
  #service:
2
3
  # spec:
3
4
  # loadBalancerIP: xx.xx.xx.xx
4
5
 
5
- additionalArguments:
6
- - "--api.debug=true"
7
- - "--api.dashboard=true"
8
-
9
6
  deployment:
10
7
  replicas: 3
11
8
 
12
9
  logs:
13
10
  general:
11
+ format: json
14
12
  level: WARN # DEBUG
15
13
  access:
16
14
  enabled: true
@@ -1,3 +1,8 @@
1
+ image:
2
+ # point this to a leverege image when the time comes
3
+ repository: vernemq/vernemq
4
+ tag: 1.12.6.2-alpine
5
+
1
6
  service:
2
7
  type: ClusterIP # NodePort
3
8
  annotations:
@@ -20,7 +25,7 @@ additionalEnv:
20
25
  - name: DOCKER_VERNEMQ_COORDINATE_REGISTRATIONS
21
26
  value: "off"
22
27
  - name: DOCKER_VERNEMQ_LOG__CONSOLE__LEVEL
23
- value: "info"
28
+ value: "info" # "info" OR "debug" OR "warn"
24
29
  # - name: DOCKER_VERNEMQ_ALLOW_ANONYMOUS
25
30
  # value: "on"
26
31
  - name: DOCKER_VERNEMQ_PLUGINS__VMQ_WEBHOOKS