mirror of
https://github.com/thanos-io/kube-thanos.git
synced 2026-05-05 20:16:14 +02:00
update dns discovery links (#242)
Signed-off-by: Alexis Letessier <alexis.letessier@gmail.com>
This commit is contained in:
parent
1fe5b3bda1
commit
bc4c58c358
12
all.jsonnet
12
all.jsonnet
@ -110,7 +110,7 @@ local s = t.store(commonConfig {
|
||||
config+: {
|
||||
// NOTICE: <MEMCACHED_SERVICE> is a placeholder to generate examples.
|
||||
// List of memcached addresses, that will get resolved with the DNS service discovery provider.
|
||||
// For DNS service discovery reference https://thanos.io/service-discovery.md/#dns-service-discovery
|
||||
// For DNS service discovery reference https://thanos.io/tip/thanos/service-discovery.md/#dns-service-discovery
|
||||
addresses: ['dnssrv+_client._tcp.<MEMCACHED_SERVICE>.%s.svc.cluster.local' % commonConfig.namespace],
|
||||
},
|
||||
},
|
||||
@ -119,7 +119,7 @@ local s = t.store(commonConfig {
|
||||
config+: {
|
||||
// NOTICE: <MEMCACHED_SERVICE> is a placeholder to generate examples.
|
||||
// List of memcached addresses, that will get resolved with the DNS service discovery provider.
|
||||
// For DNS service discovery reference https://thanos.io/service-discovery.md/#dns-service-discovery
|
||||
// For DNS service discovery reference https://thanos.io/tip/thanos/service-discovery.md/#dns-service-discovery
|
||||
addresses: ['dnssrv+_client._tcp.<MEMCACHED_SERVICE>.%s.svc.cluster.local' % commonConfig.namespace],
|
||||
},
|
||||
},
|
||||
@ -161,7 +161,7 @@ local qf = t.queryFrontend(commonConfig {
|
||||
config+: {
|
||||
// NOTICE: <MEMCACHED_SERVICE> is a placeholder to generate examples.
|
||||
// List of memcached addresses, that will get resolved with the DNS service discovery provider.
|
||||
// For DNS service discovery reference https://thanos.io/service-discovery.md/#dns-service-discovery
|
||||
// For DNS service discovery reference https://thanos.io/tip/thanos/service-discovery.md/#dns-service-discovery
|
||||
addresses: ['dnssrv+_client._tcp.<MEMCACHED_SERVICE>.%s.svc.cluster.local' % commonConfig.namespace],
|
||||
},
|
||||
},
|
||||
@ -170,7 +170,7 @@ local qf = t.queryFrontend(commonConfig {
|
||||
config+: {
|
||||
// NOTICE: <MEMCACHED_SERVICE> is a placeholder to generate examples.
|
||||
// List of memcached addresses, that will get resolved with the DNS service discovery provider.
|
||||
// For DNS service discovery reference https://thanos.io/service-discovery.md/#dns-service-discovery
|
||||
// For DNS service discovery reference https://thanos.io/tip/thanos/service-discovery.md/#dns-service-discovery
|
||||
addresses: ['dnssrv+_client._tcp.<MEMCACHED_SERVICE>.%s.svc.cluster.local' % commonConfig.namespace],
|
||||
},
|
||||
},
|
||||
@ -202,7 +202,7 @@ local strs = t.storeShards(commonConfig {
|
||||
config+: {
|
||||
// NOTICE: <MEMCACHED_SERVICE> is a placeholder to generate examples.
|
||||
// List of memcached addresses, that will get resolved with the DNS service discovery provider.
|
||||
// For DNS service discovery reference https://thanos.io/service-discovery.md/#dns-service-discovery
|
||||
// For DNS service discovery reference https://thanos.io/tip/thanos/service-discovery.md/#dns-service-discovery
|
||||
addresses: ['dnssrv+_client._tcp.<MEMCACHED_SERVICE>.%s.svc.cluster.local' % commonConfig.namespace],
|
||||
},
|
||||
},
|
||||
@ -211,7 +211,7 @@ local strs = t.storeShards(commonConfig {
|
||||
config+: {
|
||||
// NOTICE: <MEMCACHED_SERVICE> is a placeholder to generate examples.
|
||||
// List of memcached addresses, that will get resolved with the DNS service discovery provider.
|
||||
// For DNS service discovery reference https://thanos.io/service-discovery.md/#dns-service-discovery
|
||||
// For DNS service discovery reference https://thanos.io/tip/thanos/service-discovery.md/#dns-service-discovery
|
||||
addresses: ['dnssrv+_client._tcp.<MEMCACHED_SERVICE>.%s.svc.cluster.local' % commonConfig.namespace],
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user