Skip to content

Commit

Permalink
Merge pull request #19 from RobertKielty/adds-observability
Browse files Browse the repository at this point in the history
adds helm chart kube-prometheus-stack
  • Loading branch information
RobertKielty authored Oct 25, 2024
2 parents fa82c5d + 651714d commit a65eb42
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ci/cluster/equinix/kube-prometheus-stack/argo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kube-prometheus-stack
namespace: argocd
spec:
project: default
source:
- chart: kube-prometheus-stack
repoURL: https://prometheus-community.github.io/helm-charts
targetRevision: 65.4.0
destination:
server: "https://kubernetes.default.svc"
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true

0 comments on commit a65eb42

Please sign in to comment.