Skip to content
Snippets Groups Projects
Commit 3c8df351 authored by Fabian Reinartz's avatar Fabian Reinartz Committed by GitHub
Browse files

Merge pull request #18 from brancz/operator-v0.1.0

use prometheus-operator v0.1.0
parents 1b72c350 0faefbb7
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,6 @@ ConfigMaps based on label selection. ...@@ -80,7 +80,6 @@ ConfigMaps based on label selection.
## Roadmap ## Roadmap
* Alertmanager Operator automatically handling HA clusters
* Grafana Operator that dynamically discovers and deploys dashboards from ConfigMaps * Grafana Operator that dynamically discovers and deploys dashboards from ConfigMaps
* KPM/Helm packages to easily provide production-ready cluster-monitoring setup (essentially contents of `hack/cluster-monitoring`) * KPM/Helm packages to easily provide production-ready cluster-monitoring setup (essentially contents of `hack/cluster-monitoring`)
* Add meta-monitoring to default cluster monitoring setup * Add meta-monitoring to default cluster monitoring setup
......
...@@ -13,7 +13,7 @@ spec: ...@@ -13,7 +13,7 @@ spec:
spec: spec:
containers: containers:
- name: prometheus-operator - name: prometheus-operator
image: quay.io/coreos/prometheus-operator:latest image: quay.io/coreos/prometheus-operator:v0.1.0
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment