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