Compare commits
3 commits
4b382317e9
...
d124e9a416
Author | SHA1 | Date | |
---|---|---|---|
d124e9a416 | |||
924ee7bbbb | |||
0d676cef06 |
2 changed files with 12 additions and 11 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"
|
||||
|
|
|
@ -38,7 +38,9 @@ spec:
|
|||
replicaCount: 3
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: hsn-nginx
|
||||
ingressClassName: hsn-
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
|
||||
hostname: &host thanos-query-frontend.hsn.dev
|
||||
tls: true
|
||||
extraTls:
|
||||
|
@ -59,9 +61,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