@leverege/build-tools 2.31.1 → 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.1",
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