Files
observability/promtail/argocd.yaml
2026-01-04 23:38:05 +09:00

30 lines
687 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: promtail
namespace: argocd
spec:
project: default
sources:
- repoURL: https://grafana.github.io/helm-charts
chart: promtail
targetRevision: 6.16.6
helm:
valueFiles:
- $values/promtail/helm-values.yaml
- repoURL: https://github.com/Mayne0213/monitoring.git
targetRevision: HEAD
ref: values
destination:
server: https://kubernetes.default.svc
namespace: promtail
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
managedNamespaceMetadata:
labels:
goldilocks.fairwinds.com/enabled: 'true'