From bc4c58c358a516bcd18d06d3ce99b36cef4f270f Mon Sep 17 00:00:00 2001 From: Alexis Letessier Date: Wed, 22 Sep 2021 11:29:36 +0200 Subject: [PATCH] update dns discovery links (#242) Signed-off-by: Alexis Letessier --- all.jsonnet | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/all.jsonnet b/all.jsonnet index 34885bf..8717325 100644 --- a/all.jsonnet +++ b/all.jsonnet @@ -110,7 +110,7 @@ local s = t.store(commonConfig { config+: { // NOTICE: 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..%s.svc.cluster.local' % commonConfig.namespace], }, }, @@ -119,7 +119,7 @@ local s = t.store(commonConfig { config+: { // NOTICE: 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..%s.svc.cluster.local' % commonConfig.namespace], }, }, @@ -161,7 +161,7 @@ local qf = t.queryFrontend(commonConfig { config+: { // NOTICE: 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..%s.svc.cluster.local' % commonConfig.namespace], }, }, @@ -170,7 +170,7 @@ local qf = t.queryFrontend(commonConfig { config+: { // NOTICE: 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..%s.svc.cluster.local' % commonConfig.namespace], }, }, @@ -202,7 +202,7 @@ local strs = t.storeShards(commonConfig { config+: { // NOTICE: 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..%s.svc.cluster.local' % commonConfig.namespace], }, }, @@ -211,7 +211,7 @@ local strs = t.storeShards(commonConfig { config+: { // NOTICE: 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..%s.svc.cluster.local' % commonConfig.namespace], }, },