Merge pull request #336 from 3dwardch3ng/infra/prometheus

fix config file
This commit is contained in:
2024-06-26 15:03:15 +10:00
committed by GitHub

View File

@@ -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