Skip to content

Commit

Permalink
Merge pull request #127 from uche-madu/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
uche-madu committed Nov 8, 2023
2 parents c810e8d + dbe5eb9 commit 7c2f431
Show file tree
Hide file tree
Showing 11 changed files with 2,699 additions and 11 deletions.
27 changes: 27 additions & 0 deletions argocd-app/applications/monitoring.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: monitoring
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: [email protected]:uche-madu/deb-infrastructure.git
path: argocd-app/monitoring
targetRevision: HEAD
helm:
valueFiles:
- values-dev.yaml
destination:
server: https://kubernetes.default.svc
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- allowEmpty=true
- CreateNamespace=true

8 changes: 8 additions & 0 deletions argocd-app/monitoring/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v2
name: monitoring
description: An Helm Umbrella chart for Prometheus monitoring stack
version: 0.1.0
dependencies:
- name: kube-prometheus-stack
version: "52.0.1"
repository: "https://prometheus-community.github.io/helm-charts"
Loading

0 comments on commit 7c2f431

Please sign in to comment.