Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swap out prometheus-operator for kube-prometheus #18

Merged
merged 1 commit into from
Jun 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prometheus-operator
name: monitoring
spec:
project: default
source:
repoURL: [email protected]:hashbang/gitops.git
path: prometheus-operator/
path: monitoring/
targetRevision: HEAD
destination:
server: https://kubernetes.default.svc
namespace: prometheus-operator
namespace: monitoring
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: prometheus-operator
resources:
- namespace.yaml
# v0.38.1
- github.com/coreos/prometheus-operator?ref=00cbd4911f931380cf9e19d771d7ebae1ec0a807
- prometheus-operator-metrics.yaml
- prometheus-instance.yaml
# release-0.4; held back due to 0.5 not supporting Kubernetes 1.18
- github.com/coreos/kube-prometheus?ref=ee8077db04965d6b4d9e6a328d5283dd6ba71d33
images:
- name: quay.io/coreos/prometheus-operator:v0.38.1
digest: sha256:62b8cf466e9b238a9fcf0bcba74562c8833e7451042321e323a46de3f1dbe1bc
4 changes: 0 additions & 4 deletions prometheus-operator/namespace.yaml

This file was deleted.

100 changes: 0 additions & 100 deletions prometheus-operator/prometheus-instance.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions prometheus-operator/prometheus-operator-metrics.yaml

This file was deleted.