diff --git a/deployment/templates/prometheus-statefulset.yaml b/deployment/templates/prometheus-statefulset.yaml index b306e7e..ecffc79 100644 --- a/deployment/templates/prometheus-statefulset.yaml +++ b/deployment/templates/prometheus-statefulset.yaml @@ -33,7 +33,7 @@ spec: - name: prometheus image: prom/prometheus:v2.51.2 args: - - "--storage.tsdb.path='/prometheus/data/'" + - "--storage.tsdb.path=/data" - "--storage.tsdb.retention.time=30d" - "--config.file=/etc/prometheus/prometheus.yml" ports: