43 lines
971 B
YAML
43 lines
971 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: fluent-bit
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "1"
|
|
labels:
|
|
app.kubernetes.io/name: fluent-bit
|
|
app.kubernetes.io/part-of: monitoring
|
|
app.kubernetes.io/managed-by: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
|
|
sources:
|
|
- repoURL: https://fluent.github.io/helm-charts
|
|
chart: fluent-bit
|
|
targetRevision: 0.47.10
|
|
helm:
|
|
releaseName: fluent-bit
|
|
valueFiles:
|
|
- $values/infra/values/base/fluent-bit-values.yaml
|
|
|
|
- repoURL: ssh://git@git.forteapps.net:2222/Forte/launchpad.git
|
|
targetRevision: HEAD
|
|
ref: values
|
|
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: monitoring
|
|
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
allowEmpty: false
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- Validate=true
|
|
- ServerSideApply=true
|