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 namespace: darkdork-dev
name: prometheus-config name: prometheus-config
data: data:
prometheus.yaml: | prometheus.yml: |
global: global:
scrape_interval: 15s scrape_interval: 15s

View file

@ -26,8 +26,8 @@ spec:
- name: prometheus-data - name: prometheus-data
mountPath: /prometheus mountPath: /prometheus
- name: prometheus-config - name: prometheus-config
mountPath: /etc/prometheus/prometheus.yaml mountPath: /etc/prometheus/prometheus.yml
subPath: prometheus.yaml subPath: prometheus.yml
volumes: volumes:
- name: prometheus-data - name: prometheus-data
persistentVolumeClaim: persistentVolumeClaim: