summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/oolah/monitoring/prometheus-exporter-postgresql
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-08-02 15:44:16 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-08-02 15:44:16 +0200
commit3b06277ff73a4130cb3a725eab94b292a4f9fca9 (patch)
treea04715f3a4a330f75d326b04b3f7c362e76fc0ba /data.d/k3s-master/manifests.d/oolah/monitoring/prometheus-exporter-postgresql
parentc0d42cc32b04ad7ec8b4cc32eb9d45bf55e11635 (diff)
Add Prometheus
Diffstat (limited to 'data.d/k3s-master/manifests.d/oolah/monitoring/prometheus-exporter-postgresql')
-rw-r--r--data.d/k3s-master/manifests.d/oolah/monitoring/prometheus-exporter-postgresql/helm-chart.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/data.d/k3s-master/manifests.d/oolah/monitoring/prometheus-exporter-postgresql/helm-chart.yaml b/data.d/k3s-master/manifests.d/oolah/monitoring/prometheus-exporter-postgresql/helm-chart.yaml
new file mode 100644
index 0000000..3222a7e
--- /dev/null
+++ b/data.d/k3s-master/manifests.d/oolah/monitoring/prometheus-exporter-postgresql/helm-chart.yaml
@@ -0,0 +1,16 @@
+---
+apiVersion: helm.cattle.io/v1
+kind: HelmChart
+metadata:
+ name: prometheus-exporter-postgresql
+ namespace: kube-system
+spec:
+ repo: https://prometheus-community.github.io/helm-charts
+ chart: prometheus-postgres-exporter
+ targetNamespace: monitoring
+ valuesContent: |-
+ config:
+ datasourceSecret:
+ name: prometheus-exporter-postgresql
+ key: connection-string
+...