Files
auricom-home-cluster/cluster/monitoring/thanos.yaml
2021-03-22 01:50:39 +01:00

52 lines
1.3 KiB
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: thanos
namespace: monitoring
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://kubernetes-charts.banzaicloud.com
chart: thanos
version: 0.4.2
sourceRef:
kind: HelmRepository
name: banzaicloud-charts
namespace: flux-system
interval: 5m
values:
query:
http:
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/auth-url: "http://authelia.auth.svc.cluster.local/api/verify"
nginx.ingress.kubernetes.io/auth-signin: "https://login.k3s.xpander.ovh/"
hosts: ["thanos.k3s.xpander.ovh"]
tls:
- hosts: ["thanos.k3s.xpander.ovh"]
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: thanos-helmrelease