From 965e4454f1598b9782832c51fb118a99943447dc Mon Sep 17 00:00:00 2001 From: red Date: Sun, 13 Jul 2025 22:05:25 -0400 Subject: [PATCH] update prometheus config --- manifests/prometheus/configmap.yaml | 2 +- manifests/prometheus/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/prometheus/configmap.yaml b/manifests/prometheus/configmap.yaml index 19ac86f..c40067f 100644 --- a/manifests/prometheus/configmap.yaml +++ b/manifests/prometheus/configmap.yaml @@ -5,7 +5,7 @@ metadata: namespace: darkdork-dev name: prometheus-config data: - prometheus.yaml: | + prometheus.yml: | global: scrape_interval: 15s diff --git a/manifests/prometheus/deployment.yaml b/manifests/prometheus/deployment.yaml index 7eebc0c..9e5c737 100644 --- a/manifests/prometheus/deployment.yaml +++ b/manifests/prometheus/deployment.yaml @@ -26,8 +26,8 @@ spec: - name: prometheus-data mountPath: /prometheus - name: prometheus-config - mountPath: /etc/prometheus/prometheus.yaml - subPath: prometheus.yaml + mountPath: /etc/prometheus/prometheus.yml + subPath: prometheus.yml volumes: - name: prometheus-data persistentVolumeClaim: