Start adding grafana monitoring stack
This commit is contained in:
22
clusters/kairos/monitoring/promtail/helmrelease.yaml
Normal file
22
clusters/kairos/monitoring/promtail/helmrelease.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: promtail-release
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: grafana/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
|
||||
Reference in New Issue
Block a user