Skip to content

Commit

Permalink
Merge pull request #1237 from mayocream/update_prometheus
Browse files Browse the repository at this point in the history
dev: bump prometheus to 2.31.1
  • Loading branch information
inductor(Kohei) authored Nov 29, 2021
2 parents 8ac2399 + c1999f2 commit fe5c048
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ resources:
- https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.52.1/bundle.yaml
- ../../base
patchesStrategicMerge:
- node-exporter.yaml
- prometheus.yaml
- prometheus-crd.yaml
- service-selector.yaml
- node-exporter.yaml
18 changes: 18 additions & 0 deletions manifests/infra/prometheus/overlays/development/prometheus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: monitoring.coreos.com/v1
kind: Prometheus
metadata:
labels:
app.kubernetes.io/version: 2.31.1
prometheus: k8s
name: k8s
namespace: monitoring
spec:
enableFeatures: []
image: quay.io/prometheus/prometheus:v2.31.1
podMetadata:
labels:
app.kubernetes.io/version: 2.31.1
prometheus: k8s
ruleNamespaceSelector: {}
ruleSelector: {}
version: 2.31.1

0 comments on commit fe5c048

Please sign in to comment.