v-m: Scrape Grafana Loki

Grafana Loki is hosted on a VM named *loki0.pyrocufflink.blue*.  It runs
Fedora CoreOS, so in addition to scraping Loki itself, we need to scrape
_collectd_ and _Zincati_ as well.
This commit is contained in:
2024-02-18 13:22:04 -06:00
parent 1777262c15
commit 4c238a69aa
2 changed files with 18 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ resources:
- alertmanager.yaml
- blackbox-exporter.yaml
- ingress.yaml
- ../dch-root-ca
configMapGenerator:
- name: vmagent
@@ -137,6 +138,9 @@ patches:
key: graylog.token
optional: true
volumeMounts:
- mountPath: /run/dch-ca
name: dch-ca
readOnly: true
- mountPath: /run/secrets/vmagent
name: secrets
readOnly: true
@@ -151,6 +155,10 @@ patches:
- name: secrets
secret:
secretName: vmagent
- name: dch-ca
configMap:
name: dch-root-ca
optional: true
- patch: |
apiVersion: apps/v1