Compare commits

..

1 commit

Author SHA1 Message Date
4b382317e9 Update pgo Docker tag to v5.5.0 2023-12-01 18:00:29 +00:00
2 changed files with 11 additions and 12 deletions
kubernetes/apps/monitoring/thanos/app

View file

@ -18,14 +18,15 @@ spec:
objstore.yml: |-
type: s3
config:
access_key: {{ .s3_valinor_access_key }}
bucket: {{ .s3_valinor_thanos_bucket }}
endpoint: {{ .s3_valinor_endpoint }}
secret_key: {{ .s3_valinor_secret_key }}
access_key: {{ .minio_thanos_access_key }}
bucket: thanos
endpoint: {{ .minio_s3_host }}
region: us-east-1
secret_key: {{ .minio_thanos_secret_key }}
dataFrom:
- extract:
key: s3
key: minio
rewrite:
- regexp:
source: "(.*)"
target: "s3_$1"
target: "minio_$1"

View file

@ -38,9 +38,7 @@ spec:
replicaCount: 3
ingress:
enabled: true
ingressClassName: hsn-
annotations:
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
ingressClassName: hsn-nginx
hostname: &host thanos-query-frontend.hsn.dev
tls: true
extraTls:
@ -61,9 +59,9 @@ spec:
extraFlags:
- --compact.concurrency=4
- --delete-delay=30m
retentionResolutionRaw: 30d
retentionResolution5m: 60d
retentionResolution1h: 90d
retentionResolutionRaw: 14d
retentionResolution5m: 14d
retentionResolution1h: 14d
persistence:
enabled: true
storageClass: local-hostpath