Updating bucket location and increased retention.
This commit is contained in:
parent
82c04f4d6a
commit
0d676cef06
2 changed files with 9 additions and 10 deletions
|
@ -18,15 +18,14 @@ spec:
|
||||||
objstore.yml: |-
|
objstore.yml: |-
|
||||||
type: s3
|
type: s3
|
||||||
config:
|
config:
|
||||||
access_key: {{ .minio_thanos_access_key }}
|
access_key: {{ .s3_valinor_access_key }}
|
||||||
bucket: thanos
|
bucket: {{ .s3_valinor_thanos_bucket }}
|
||||||
endpoint: {{ .minio_s3_host }}
|
endpoint: {{ .s3_valinor_endpoint }}
|
||||||
region: us-east-1
|
secret_key: {{ .s3_valinor_secret_key }}
|
||||||
secret_key: {{ .minio_thanos_secret_key }}
|
|
||||||
dataFrom:
|
dataFrom:
|
||||||
- extract:
|
- extract:
|
||||||
key: minio
|
key: s3
|
||||||
rewrite:
|
rewrite:
|
||||||
- regexp:
|
- regexp:
|
||||||
source: "(.*)"
|
source: "(.*)"
|
||||||
target: "minio_$1"
|
target: "s3_$1"
|
||||||
|
|
|
@ -59,9 +59,9 @@ spec:
|
||||||
extraFlags:
|
extraFlags:
|
||||||
- --compact.concurrency=4
|
- --compact.concurrency=4
|
||||||
- --delete-delay=30m
|
- --delete-delay=30m
|
||||||
retentionResolutionRaw: 14d
|
retentionResolutionRaw: 30d
|
||||||
retentionResolution5m: 14d
|
retentionResolution5m: 60d
|
||||||
retentionResolution1h: 14d
|
retentionResolution1h: 90d
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: local-hostpath
|
storageClass: local-hostpath
|
||||||
|
|
Reference in a new issue