Skip to content

Commit 14b05c8

Browse files
authored
Merge pull request #250 from aletessier/main
update dns discovery links (#242)
2 parents 1fe5b3b + bc4c58c commit 14b05c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

all.jsonnet

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ local s = t.store(commonConfig {
110110
config+: {
111111
// NOTICE: <MEMCACHED_SERVICE> is a placeholder to generate examples.
112112
// List of memcached addresses, that will get resolved with the DNS service discovery provider.
113-
// For DNS service discovery reference https://thanos.io/service-discovery.md/#dns-service-discovery
113+
// For DNS service discovery reference https://thanos.io/tip/thanos/service-discovery.md/#dns-service-discovery
114114
addresses: ['dnssrv+_client._tcp.<MEMCACHED_SERVICE>.%s.svc.cluster.local' % commonConfig.namespace],
115115
},
116116
},
@@ -119,7 +119,7 @@ local s = t.store(commonConfig {
119119
config+: {
120120
// NOTICE: <MEMCACHED_SERVICE> is a placeholder to generate examples.
121121
// List of memcached addresses, that will get resolved with the DNS service discovery provider.
122-
// For DNS service discovery reference https://thanos.io/service-discovery.md/#dns-service-discovery
122+
// For DNS service discovery reference https://thanos.io/tip/thanos/service-discovery.md/#dns-service-discovery
123123
addresses: ['dnssrv+_client._tcp.<MEMCACHED_SERVICE>.%s.svc.cluster.local' % commonConfig.namespace],
124124
},
125125
},
@@ -161,7 +161,7 @@ local qf = t.queryFrontend(commonConfig {
161161
config+: {
162162
// NOTICE: <MEMCACHED_SERVICE> is a placeholder to generate examples.
163163
// List of memcached addresses, that will get resolved with the DNS service discovery provider.
164-
// For DNS service discovery reference https://thanos.io/service-discovery.md/#dns-service-discovery
164+
// For DNS service discovery reference https://thanos.io/tip/thanos/service-discovery.md/#dns-service-discovery
165165
addresses: ['dnssrv+_client._tcp.<MEMCACHED_SERVICE>.%s.svc.cluster.local' % commonConfig.namespace],
166166
},
167167
},
@@ -170,7 +170,7 @@ local qf = t.queryFrontend(commonConfig {
170170
config+: {
171171
// NOTICE: <MEMCACHED_SERVICE> is a placeholder to generate examples.
172172
// List of memcached addresses, that will get resolved with the DNS service discovery provider.
173-
// For DNS service discovery reference https://thanos.io/service-discovery.md/#dns-service-discovery
173+
// For DNS service discovery reference https://thanos.io/tip/thanos/service-discovery.md/#dns-service-discovery
174174
addresses: ['dnssrv+_client._tcp.<MEMCACHED_SERVICE>.%s.svc.cluster.local' % commonConfig.namespace],
175175
},
176176
},
@@ -202,7 +202,7 @@ local strs = t.storeShards(commonConfig {
202202
config+: {
203203
// NOTICE: <MEMCACHED_SERVICE> is a placeholder to generate examples.
204204
// List of memcached addresses, that will get resolved with the DNS service discovery provider.
205-
// For DNS service discovery reference https://thanos.io/service-discovery.md/#dns-service-discovery
205+
// For DNS service discovery reference https://thanos.io/tip/thanos/service-discovery.md/#dns-service-discovery
206206
addresses: ['dnssrv+_client._tcp.<MEMCACHED_SERVICE>.%s.svc.cluster.local' % commonConfig.namespace],
207207
},
208208
},
@@ -211,7 +211,7 @@ local strs = t.storeShards(commonConfig {
211211
config+: {
212212
// NOTICE: <MEMCACHED_SERVICE> is a placeholder to generate examples.
213213
// List of memcached addresses, that will get resolved with the DNS service discovery provider.
214-
// For DNS service discovery reference https://thanos.io/service-discovery.md/#dns-service-discovery
214+
// For DNS service discovery reference https://thanos.io/tip/thanos/service-discovery.md/#dns-service-discovery
215215
addresses: ['dnssrv+_client._tcp.<MEMCACHED_SERVICE>.%s.svc.cluster.local' % commonConfig.namespace],
216216
},
217217
},

0 commit comments

Comments
 (0)