disable grafana

This commit is contained in:
Morten Olsen
2025-12-04 08:48:08 +01:00
parent 605f804188
commit 401a08831c
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: loki-stack
namespace: argocd
spec:
project: foundation
source:
repoURL: https://grafana.github.io/helm-charts
targetRevision: 2.10.3
chart: loki-stack
helm:
releaseName: loki-stack
values: |
loki:
serviceMonitor: # Enable Prometheus to scrape Loki's metrics
enabled: true
persistence:
enabled: true
storageClassName: "{{ .Values.globals.storageClass }}" # Replace with your StorageClass
size: 50Gi # Adjust as needed
promtail:
serviceMonitor: # Enable Prometheus to scrape Promtail's metrics
enabled: true
podLogs:
enabled: true # Scrape all pod log
destination:
server: https://kubernetes.default.svc
namespace: foundation
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true