22 lines
491 B
YAML
22 lines
491 B
YAML
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: promtail-release
|
|
spec:
|
|
chart:
|
|
spec:
|
|
chart: promtail
|
|
reconcileStrategy: ChartVersion
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: grafana-repo
|
|
version: 6.16.4
|
|
valuesFiles:
|
|
- values.yaml
|
|
interval: 1m0s
|
|
targetNamespace: monitoring
|
|
values:
|
|
config:
|
|
clients:
|
|
- url: http://loki.monitoring.svc.cluster.local/loki/api/v1/push
|
|
tenant_id: 1 |