From 64c7d131043fe1adfdeb6fd9c71bf653a3df4162 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 26 Jun 2024 15:02:55 +1000 Subject: [PATCH] fix config file --- kubernetes/infrastructure/prometheus/app/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/infrastructure/prometheus/app/deployment.yaml b/kubernetes/infrastructure/prometheus/app/deployment.yaml index 10f2107..9aad751 100644 --- a/kubernetes/infrastructure/prometheus/app/deployment.yaml +++ b/kubernetes/infrastructure/prometheus/app/deployment.yaml @@ -20,7 +20,7 @@ spec: image: prom/prometheus args: - "--storage.tsdb.retention.time=12h" - - "--config.file=/etc/prometheus/prometheus.yml" + - "--config.file=/etc/prometheus/prometheus.yaml" - "--storage.tsdb.path=/prometheus/" ports: - containerPort: 9999