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: |-
|
||||
type: s3
|
||||
config:
|
||||
access_key: {{ .minio_thanos_access_key }}
|
||||
bucket: thanos
|
||||
endpoint: {{ .minio_s3_host }}
|
||||
region: us-east-1
|
||||
secret_key: {{ .minio_thanos_secret_key }}
|
||||
access_key: {{ .s3_valinor_access_key }}
|
||||
bucket: {{ .s3_valinor_thanos_bucket }}
|
||||
endpoint: {{ .s3_valinor_endpoint }}
|
||||
secret_key: {{ .s3_valinor_secret_key }}
|
||||
dataFrom:
|
||||
- extract:
|
||||
key: minio
|
||||
key: s3
|
||||
rewrite:
|
||||
- regexp:
|
||||
source: "(.*)"
|
||||
target: "minio_$1"
|
||||
target: "s3_$1"
|
||||
|
|
|
@ -59,9 +59,9 @@ spec:
|
|||
extraFlags:
|
||||
- --compact.concurrency=4
|
||||
- --delete-delay=30m
|
||||
retentionResolutionRaw: 14d
|
||||
retentionResolution5m: 14d
|
||||
retentionResolution1h: 14d
|
||||
retentionResolutionRaw: 30d
|
||||
retentionResolution5m: 60d
|
||||
retentionResolution1h: 90d
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: local-hostpath
|
||||
|
|
Reference in a new issue