terrafying-components 1.11.13 → 1.11.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b4d50bd3b7d7203b78ade81b57e932cea0921d4d1b7314e142c4177d91eb944
4
- data.tar.gz: ba4731f388193aac22f407dc64b6ae8695bba7779c10571355f660fe06268b0c
3
+ metadata.gz: 5d89d2be2f651b9a3d159c1046486f3f7886c64b9ca0156444eb70073988ce9b
4
+ data.tar.gz: 61088ebf17b03ac366740eb241df3d3511cad9c5a3f46d742e00eb2a401a5495
5
5
  SHA512:
6
- metadata.gz: 33b287128c1fcc5e31272433ad6552d8663376e30648cbfbcfeff282d045655088ab296af7b7ba566e57b7c1746d38864f7ee6b6eb748026ca74aaf5c31158f9
7
- data.tar.gz: d700d1380f666518dfcfffda0adaaa0ad2c9c8a7eaa811dac7828392ba5b6dd92639f6c6b38f39bc46a377a27bd307f2504a8261ffe47bc1d050e25b2f9f8f55
6
+ metadata.gz: 150b7606fb98804edaaa4912c864e97a95c0dc1b3a1001111aaef150cbd28a2b5ce18e2ad8eb79a87b4f9fa2941065259d24337ad335af38b852ea22618326fc
7
+ data.tar.gz: 5df3677e2b6d32fc9772de370e8aa1e86053889db85f6915a7b49232ab13fb9319b8ac7c33928dbca2934555e04f726631704360b11cc5f374b2788298e49178
@@ -171,7 +171,8 @@ module Terrafying
171
171
  --prometheus.url=http://prometheus:9090 \
172
172
  --tsdb.path=/opt/prometheus/data \
173
173
  --objstore.config-file=/opt/thanos/bucket.yml \
174
- --log.level=warn
174
+ --log.level=warn \
175
+ --no-cluster.disable
175
176
  Restart=always
176
177
  RestartSec=30
177
178
  THANOS_SIDE
@@ -240,7 +241,8 @@ module Terrafying
240
241
  --cluster.advertise-address=$${COREOS_EC2_IPV4_LOCAL}:10900 \
241
242
  --grpc-advertise-address=$${COREOS_EC2_IPV4_LOCAL}:10901 \
242
243
  --query.replica-label=replica \
243
- --log.level=warn
244
+ --log.level=warn \
245
+ --no-cluster.disable
244
246
  Restart=always
245
247
  RestartSec=30
246
248
  THANOS_UNIT
@@ -1,5 +1,5 @@
1
1
  module Terrafying
2
2
  module Components
3
- VERSION = "1.11.13"
3
+ VERSION = "1.11.14"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terrafying-components
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.13
4
+ version: 1.11.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - uSwitch Limited
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-07 00:00:00.000000000 Z
11
+ date: 2019-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler