Skip to content

Commit

Permalink
Remove prometheus retention override from 2i2c support chart
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Aug 16, 2024
1 parent 89f03ab commit 3abe1ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/clusters/2i2c/support.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ prometheus:
- -c
- "rm -rvf /data/wal/* && \
exec /bin/prometheus \
--storage.tsdb.retention.time=732d \
--config.file=/etc/config/prometheus.yml \
--storage.tsdb.path=/data \
--web.console.libraries=/etc/prometheus/console_libraries \
--web.console.templates=/etc/prometheus/consoles \
--web.enable-lifecycle"
retention: 732d # Keep data for at least 2 year
persistentVolume:
# 100Gi filled up, and this is source of our billing data.
size: 512Gi
Expand Down

0 comments on commit 3abe1ef

Please sign in to comment.