mirror of
https://github.com/thanos-io/kube-thanos.git
synced 2026-05-05 20:16:14 +02:00
Use the actual quay.io/thanos/thanos:v0.7.0 image
This commit is contained in:
parent
13c5dd3735
commit
7c04a4287f
@ -82,7 +82,7 @@ local kt =
|
||||
{
|
||||
thanos+:: {
|
||||
variables+:: {
|
||||
image: 'improbable/thanos:v0.7.0',
|
||||
image: 'quay.io/thanos/thanos:v0.7.0',
|
||||
objectStorageConfig+: {
|
||||
name: 'thanos-objectstorage',
|
||||
key: 'thanos.yaml',
|
||||
|
||||
@ -12,7 +12,7 @@ local kt =
|
||||
{
|
||||
thanos+:: {
|
||||
variables+:: {
|
||||
image: 'improbable/thanos:v0.7.0',
|
||||
image: 'quay.io/thanos/thanos:v0.7.0',
|
||||
objectStorageConfig+: {
|
||||
name: 'thanos-objectstorage',
|
||||
key: 'thanos.yaml',
|
||||
|
||||
@ -12,7 +12,7 @@ local kt =
|
||||
{
|
||||
thanos+:: {
|
||||
variables+:: {
|
||||
image: 'improbable/thanos:v0.7.0',
|
||||
image: 'quay.io/thanos/thanos:v0.7.0',
|
||||
objectStorageConfig+: {
|
||||
name: 'thanos-objectstorage',
|
||||
key: 'thanos.yaml',
|
||||
|
||||
@ -24,7 +24,7 @@ spec:
|
||||
- --store=dnssrv+_grpc._tcp.thanos-store.monitoring.svc.cluster.local
|
||||
- --store=dnssrv+_grpc._tcp.thanos-receive.monitoring.svc.cluster.local
|
||||
- --store=dnssrv+_grpc._tcp.prometheus-k8s.monitoring.svc.cluster.local
|
||||
image: improbable/thanos:v0.7.0
|
||||
image: quay.io/thanos/thanos:v0.7.0
|
||||
name: thanos-querier
|
||||
ports:
|
||||
- containerPort: 10901
|
||||
|
||||
@ -36,7 +36,7 @@ spec:
|
||||
secretKeyRef:
|
||||
key: thanos.yaml
|
||||
name: thanos-objectstorage
|
||||
image: improbable/thanos:v0.7.0
|
||||
image: quay.io/thanos/thanos:v0.7.0
|
||||
name: thanos-receive
|
||||
ports:
|
||||
- containerPort: 10901
|
||||
|
||||
@ -29,7 +29,7 @@ spec:
|
||||
secretKeyRef:
|
||||
key: thanos.yaml
|
||||
name: thanos-objectstorage
|
||||
image: improbable/thanos:v0.7.0
|
||||
image: quay.io/thanos/thanos:v0.7.0
|
||||
name: thanos-store
|
||||
ports:
|
||||
- containerPort: 10901
|
||||
|
||||
@ -22,7 +22,7 @@ spec:
|
||||
- --grpc-address=0.0.0.0:10901
|
||||
- --http-address=0.0.0.0:9090
|
||||
- --store=dnssrv+_grpc._tcp.thanos-store.monitoring.svc.cluster.local
|
||||
image: improbable/thanos:v0.7.0
|
||||
image: quay.io/thanos/thanos:v0.7.0
|
||||
name: thanos-querier
|
||||
ports:
|
||||
- containerPort: 10901
|
||||
|
||||
@ -29,7 +29,7 @@ spec:
|
||||
secretKeyRef:
|
||||
key: thanos.yaml
|
||||
name: thanos-objectstorage
|
||||
image: improbable/thanos:v0.7.0
|
||||
image: quay.io/thanos/thanos:v0.7.0
|
||||
name: thanos-store
|
||||
ports:
|
||||
- containerPort: 10901
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user