k3s-infra/infrastructure/monitoring/kustomization.yaml
2024-12-23 22:40:35 +01:00

29 lines
640 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: monitoring
resources:
- namespace.yaml
# prometheus-operator crds
- thanos-objstore-config.sealedsecret.yaml
# - loki-objstore-config.sealedsecret.yaml
images:
- name: thanos
newName: quay.io/thanos/thanos
newTag: v0.37.2
helmCharts:
- name: loki
releaseName: loki
repo: https://grafana.github.io/helm-charts
version: 6.24.0
valuesFile: loki.values.yaml
- name: prometheus
releaseName: prometheus
repo: https://prometheus-community.github.io/helm-charts
version: 26.0.1
valuesFile: prometheus.values.yaml