Add applications to Argo CD kustomization.yaml for enhanced deployment

This commit is contained in:
Nikholas Pcenicni
2026-04-01 02:05:10 -04:00
parent f259285f6e
commit 51eb64dd9d
5 changed files with 125 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
# Bootstrap app-of-apps leaf: kube-prometheus-stack (mirrors ansible role **noble_platform**).
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: noble-kube-prometheus
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io/background
spec:
project: default
sources:
- repoURL: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack
targetRevision: 82.15.1
helm:
releaseName: kube-prometheus
valueFiles:
- $values/clusters/noble/bootstrap/kube-prometheus-stack/values.yaml
- repoURL: https://gitea.pcenicni.ca/gsdavidp/home-server.git
targetRevision: HEAD
ref: values
destination:
server: https://kubernetes.default.svc
namespace: monitoring
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true