Remove Argo CD application configurations for Fluent Bit, Headlamp, Loki, kube-prometheus, and associated kustomization files from the noble bootstrap directory. This cleanup streamlines the project by eliminating unused resources and simplifies the deployment structure.

This commit is contained in:
Nikholas Pcenicni
2026-04-01 02:14:49 -04:00
parent 0f88a33216
commit aeffc7d6dd
6 changed files with 0 additions and 159 deletions

View File

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