Files
HelmDeployment/helm/loki.yaml
Chris Richardson 5a58cc7589 add prometheus
2025-01-24 16:09:11 -05:00

22 lines
482 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: loki
namespace: argocd
spec:
project: default
source:
chart: loki-stack
repoURL: https://grafana.github.io/helm-charts
targetRevision: 2.9.12
helm:
releaseName: loki
parameters:
- name: "grafana.enabled"
value: "true"
- name: "prometheus.enabled"
value: "true"
destination:
server: "https://kubernetes.default.svc"
namespace: grafana-loki