Skip to content

Commit

Permalink
Merge pull request #22 from RobertKielty/adds-observability
Browse files Browse the repository at this point in the history
adds kube-prometheus-stack helm chart
  • Loading branch information
RobertKielty authored Oct 28, 2024
2 parents ffce9bc + b4e8311 commit 359e8c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 29 deletions.
21 changes: 13 additions & 8 deletions ci/cluster/equinix/argo-automation.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
Expand Down Expand Up @@ -68,14 +69,18 @@ metadata:
annotations:
argocd.argoproj.io/sync-wave: "4"
spec:
syncPolicy:
automated:
prune: true
project: default
sources:
- chart: kube-prometheus-stack
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 65.4.0
destination:
server: https://kubernetes.default.svc
namespace: monitoring
sources:
- repoURL: https://github.com/cncf/automation.git
path: ci/cluster/equinix/kube-prometheus-stack
targetRevision: HEAD
server: https://kubernetes.default.svc
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
21 changes: 0 additions & 21 deletions ci/cluster/equinix/kube-prometheus-stack/argo.yaml

This file was deleted.

0 comments on commit 359e8c1

Please sign in to comment.