update prometheus config

This commit is contained in:
red 2025-07-13 22:05:25 -04:00
parent e2cf25d255
commit 965e4454f1
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ metadata:
namespace: darkdork-dev
name: prometheus-config
data:
prometheus.yaml: |
prometheus.yml: |
global:
scrape_interval: 15s

View file

@ -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: