Skip to content

Commit

Permalink
cd: edit prometheus storage path
Browse files Browse the repository at this point in the history
  • Loading branch information
tyknkd committed May 21, 2024
1 parent 0be9554 commit b62a0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/templates/prometheus-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b62a0f3

Please sign in to comment.