Skip to content

Commit

Permalink
update retention time prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb committed Mar 27, 2019
1 parent 823921e commit 909ccb3
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions monitoring/kube_prometheus_values.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
prometheus:
retention: 7d
serviceMonitors:
- name: nginx-ingress-service-monitor
jobLabel: nginx-ingress
Expand All @@ -12,15 +13,3 @@ prometheus:
endpoints:
- port: metrics
interval: 30s
- name: cbioportal-production-db-mysql-service-monitor
jobLabel: cbioportal-production-db-mysql
selector:
matchLabels:
app: cbioportal-production-db-mysql
release: cbioportal-production-db
namespaceSelector:
matchNames:
- default
endpoints:
- port: metrics
interval: 30s

0 comments on commit 909ccb3

Please sign in to comment.