File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -179,19 +179,19 @@ local strs = t.storeShards(commonConfig {
179
179
bucketCache: {
180
180
type: 'memcached' ,
181
181
config+: {
182
- // NOTICE: <MEMCACHED_SERCIVE > is a placeholder to generate examples.
182
+ // NOTICE: <MEMCACHED_SERVICE > is a placeholder to generate examples.
183
183
// List of memcached addresses, that will get resolved with the DNS service discovery provider.
184
184
// For DNS service discovery reference https://thanos.io/service-discovery.md/#dns-service-discovery
185
- addresses: ['dnssrv+_client._tcp.<MEMCACHED_SERCIVE >.%s.svc.cluster.local' % commonConfig.namespace],
185
+ addresses: ['dnssrv+_client._tcp.<MEMCACHED_SERVICE >.%s.svc.cluster.local' % commonConfig.namespace],
186
186
},
187
187
},
188
188
indexCache: {
189
189
type: 'memcached' ,
190
190
config+: {
191
- // NOTICE: <MEMCACHED_SERCIVE > is a placeholder to generate examples.
191
+ // NOTICE: <MEMCACHED_SERVICE > is a placeholder to generate examples.
192
192
// List of memcached addresses, that will get resolved with the DNS service discovery provider.
193
193
// For DNS service discovery reference https://thanos.io/service-discovery.md/#dns-service-discovery
194
- addresses: ['dnssrv+_client._tcp.<MEMCACHED_SERCIVE >.%s.svc.cluster.local' % commonConfig.namespace],
194
+ addresses: ['dnssrv+_client._tcp.<MEMCACHED_SERVICE >.%s.svc.cluster.local' % commonConfig.namespace],
195
195
},
196
196
},
197
197
});
Original file line number Diff line number Diff line change 58
58
- |-
59
59
--index-cache.config="config":
60
60
"addresses":
61
- - "dnssrv+_client._tcp.<MEMCACHED_SERCIVE >.thanos.svc.cluster.local"
61
+ - "dnssrv+_client._tcp.<MEMCACHED_SERVICE >.thanos.svc.cluster.local"
62
62
"dns_provider_update_interval": "10s"
63
63
"max_async_buffer_size": 10000
64
64
"max_async_concurrency": 20
75
75
"chunk_subrange_ttl": "24h"
76
76
"config":
77
77
"addresses":
78
- - "dnssrv+_client._tcp.<MEMCACHED_SERCIVE >.thanos.svc.cluster.local"
78
+ - "dnssrv+_client._tcp.<MEMCACHED_SERVICE >.thanos.svc.cluster.local"
79
79
"dns_provider_update_interval": "10s"
80
80
"max_async_buffer_size": 10000
81
81
"max_async_concurrency": 20
Original file line number Diff line number Diff line change 58
58
- |-
59
59
--index-cache.config="config":
60
60
"addresses":
61
- - "dnssrv+_client._tcp.<MEMCACHED_SERCIVE >.thanos.svc.cluster.local"
61
+ - "dnssrv+_client._tcp.<MEMCACHED_SERVICE >.thanos.svc.cluster.local"
62
62
"dns_provider_update_interval": "10s"
63
63
"max_async_buffer_size": 10000
64
64
"max_async_concurrency": 20
75
75
"chunk_subrange_ttl": "24h"
76
76
"config":
77
77
"addresses":
78
- - "dnssrv+_client._tcp.<MEMCACHED_SERCIVE >.thanos.svc.cluster.local"
78
+ - "dnssrv+_client._tcp.<MEMCACHED_SERVICE >.thanos.svc.cluster.local"
79
79
"dns_provider_update_interval": "10s"
80
80
"max_async_buffer_size": 10000
81
81
"max_async_concurrency": 20
Original file line number Diff line number Diff line change 58
58
- |-
59
59
--index-cache.config="config":
60
60
"addresses":
61
- - "dnssrv+_client._tcp.<MEMCACHED_SERCIVE >.thanos.svc.cluster.local"
61
+ - "dnssrv+_client._tcp.<MEMCACHED_SERVICE >.thanos.svc.cluster.local"
62
62
"dns_provider_update_interval": "10s"
63
63
"max_async_buffer_size": 10000
64
64
"max_async_concurrency": 20
75
75
"chunk_subrange_ttl": "24h"
76
76
"config":
77
77
"addresses":
78
- - "dnssrv+_client._tcp.<MEMCACHED_SERCIVE >.thanos.svc.cluster.local"
78
+ - "dnssrv+_client._tcp.<MEMCACHED_SERVICE >.thanos.svc.cluster.local"
79
79
"dns_provider_update_interval": "10s"
80
80
"max_async_buffer_size": 10000
81
81
"max_async_concurrency": 20
You can’t perform that action at this time.
0 commit comments