Compare commits

..

3 commits

2 changed files with 12 additions and 11 deletions

View file

@ -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"

View file

@ -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