From 3154caad1f47905bfe5e61090e6677c9e6e0cc63 Mon Sep 17 00:00:00 2001 From: ycz008 Date: Mon, 15 Apr 2024 15:50:38 +0800 Subject: [PATCH] add prod prom --- prod-upgrade/prom/prometheus.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/prod-upgrade/prom/prometheus.yaml b/prod-upgrade/prom/prometheus.yaml index a2683f4..b75ba4d 100644 --- a/prod-upgrade/prom/prometheus.yaml +++ b/prod-upgrade/prom/prometheus.yaml @@ -68,6 +68,7 @@ spec: image: prom/prometheus:v2.51.2 args: - --config.file=/etc/prometheus/prometheus.yaml + - --storage.tsdb.path=/prometheus/data - --storage.tsdb.retention.time=15d volumeMounts: - name: prometheus