2024-06-15 07:36:26 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
namespace: monitoring
|
|
|
|
resources:
|
|
|
|
- promtail.yaml
|
2024-07-10 22:53:01 +00:00
|
|
|
- ingresses.yaml
|
|
|
|
- secrets.yaml
|
2024-08-12 04:54:56 +00:00
|
|
|
- grafana-database.yaml
|
2024-08-15 00:00:56 +00:00
|
|
|
- thanos.yaml
|
|
|
|
images:
|
|
|
|
- name: quay.io/thanos/thanos
|
|
|
|
newTag: v0.36.0
|
2024-07-10 22:53:01 +00:00
|
|
|
secretGenerator:
|
|
|
|
- name: additional-scrape-configs
|
|
|
|
options:
|
|
|
|
disableNameSuffixHash: true
|
|
|
|
files:
|
2024-07-27 23:54:45 +00:00
|
|
|
- prom-scrape-configs/scrape-configs.yaml
|