Files
home-server/clusters/noble/bootstrap/argocd/app-of-apps/fluent-bit-application.yaml

30 lines
870 B
YAML

# Bootstrap app-of-apps leaf: Fluent Bit.
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: noble-fluent-bit
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io/background
spec:
project: default
sources:
- repoURL: https://fluent.github.io/helm-charts
chart: fluent-bit
targetRevision: 0.57.5
helm:
releaseName: fluent-bit
valueFiles:
- $values/clusters/noble/bootstrap/fluent-bit/values.yaml
- repoURL: https://gitea.pcenicni.ca/gsdavidp/home-server.git
targetRevision: HEAD
ref: values
destination:
server: https://kubernetes.default.svc
namespace: logging
# Manual sync: Ansible helm runs first; enable automation after cutover (see ../README.md §5).
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true