31 lines
839 B
YAML
31 lines
839 B
YAML
# Bootstrap app-of-apps leaf: Fluent Bit (mirrors ansible role **noble_platform**).
|
|
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.56.0
|
|
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
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|