Thanos deployment
Use the bitnami/thanos helm chart
helm install thanos -n thanos -f thanos-values.yaml bitnami/thanos
Remember to create the thanos-objstore-config
secret first.
thanos:
image: quay.io/thanos/thanos:v0.31.0
objectStorageConfig:
key: thanos.yaml
name: thanos-objstore-config
prometheus:
thanosServiceExternal:
enabled: true
type: NodePort