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