mirror of
https://github.com/thanos-io/kube-thanos.git
synced 2026-05-05 20:16:14 +02:00
Update examples
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
This commit is contained in:
parent
181a708eaf
commit
8bb77b183a
@ -82,7 +82,7 @@ local kt =
|
||||
{
|
||||
thanos+:: {
|
||||
variables+:: {
|
||||
image: 'quay.io/thanos/thanos:master-2019-09-23-7a2f54e8',
|
||||
image: 'quay.io/thanos/thanos:v0.8.0',
|
||||
objectStorageConfig+: {
|
||||
name: 'thanos-objectstorage',
|
||||
key: 'thanos.yaml',
|
||||
|
||||
@ -12,7 +12,7 @@ local kt =
|
||||
{
|
||||
thanos+:: {
|
||||
variables+:: {
|
||||
image: 'quay.io/thanos/thanos:master-2019-09-23-7a2f54e8',
|
||||
image: 'quay.io/thanos/thanos:v0.8.0',
|
||||
objectStorageConfig+: {
|
||||
name: 'thanos-objectstorage',
|
||||
key: 'thanos.yaml',
|
||||
|
||||
@ -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: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
|
||||
image: quay.io/thanos/thanos:v0.8.0
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /-/healthy
|
||||
|
||||
@ -29,7 +29,7 @@ spec:
|
||||
secretKeyRef:
|
||||
key: thanos.yaml
|
||||
name: thanos-objectstorage
|
||||
image: quay.io/thanos/thanos:master-2019-09-23-7a2f54e8
|
||||
image: quay.io/thanos/thanos:v0.8.0
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /-/healthy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user