Update s3 bucket config
This commit is contained in:
parent
15a68f3238
commit
05191c2478
1 changed files with 1 additions and 6 deletions
|
@ -203,7 +203,7 @@ spec:
|
||||||
thanos:
|
thanos:
|
||||||
image: quay.io/thanos/thanos:v0.32.3
|
image: quay.io/thanos/thanos:v0.32.3
|
||||||
objectStorageConfig:
|
objectStorageConfig:
|
||||||
name: thanos-objstore-secret
|
name: thanos-s3-secret
|
||||||
key: objstore.yml
|
key: objstore.yml
|
||||||
retention: 2d
|
retention: 2d
|
||||||
retentionSize: 15GB
|
retentionSize: 15GB
|
||||||
|
@ -222,8 +222,3 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 20Gi
|
storage: 20Gi
|
||||||
valuesFrom:
|
|
||||||
- targetPath: objstoreConfig.config.bucket
|
|
||||||
kind: ConfigMap
|
|
||||||
name: thanos-bucket-v1
|
|
||||||
valuesKey: BUCKET_NAME
|
|
||||||
|
|
Reference in a new issue