Skip to content

Commit

Permalink
Merge pull request #20 from RobertKielty/adds-observability
Browse files Browse the repository at this point in the history
adds kube-prometheus-stack to argo-automation.yaml
  • Loading branch information
RobertKielty authored Oct 25, 2024
2 parents a65eb42 + 0d7248f commit ffce9bc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ci/cluster/equinix/argo-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,23 @@ spec:
targetRevision: HEAD
directory:
recurse: true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kube-prometheus-stack
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "4"
spec:
syncPolicy:
automated:
prune: true
project: default
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

0 comments on commit ffce9bc

Please sign in to comment.