feat: 🎸 initial commit

This commit is contained in:
2026-01-16 19:46:25 +00:00
commit e1cb2c141f
3 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: monitoring
namespace: argocd
spec:
project: default
sources:
- repoURL: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack
targetRevision: "72.6.2"
helm:
valueFiles:
- $values/argocd/charts/monitoring/values.yaml
- repoURL: https://git.svc.pguia.com/guipguia/iac.git
targetRevision: HEAD
ref: values
destination:
server: https://kubernetes.default.svc
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true