Files
auricom-home-cluster/cluster/monitoring/thanos.yaml
2020-12-03 10:18:46 +01:00

40 lines
845 B
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: thanos
namespace: monitoring
spec:
interval: 5m
chart:
spec:
chart: thanos
version: 0.3.30
sourceRef:
kind: HelmRepository
name: banzaicloud-charts
namespace: flux-system
interval: 5m
values:
query:
replicaCount: 3
replicaLabels:
- replica
compact:
retentionResolution1h: 5y
objstore:
type: S3
config:
insecure: false
signature_version2: false
put_user_metadata: {}
http_config:
idle_conn_timeout: 0s
response_header_timeout: 0s
insecure_skip_verify: false
trace:
enable: false
part_size: 0
valuesFrom:
- kind: ConfigMap
name: helmrelease-monitoring-thanos