diff --git a/apps/logs.yaml b/apps/logs.yaml index 03bf28e..7a80550 100644 --- a/apps/logs.yaml +++ b/apps/logs.yaml @@ -8,40 +8,44 @@ metadata: spec: project: default source: - repoURL: https://grafana.github.io/helm-charts - chart: loki-stack - targetRevision: 2.10.2 - helm: - values: | - promtail: - enabled: true - - resources: - requests: - memory: 50Mi - cpu: 50m - limits: - memory: 150Mi - cpu: 200m - - grafana: - enabled: false + repoURL: https://grafana.github.io/helm-charts + chart: loki-stack + targetRevision: 2.10.2 + helm: + values: | + promtail: + enabled: true + resources: + requests: + memory: 50Mi + cpu: 50m + limits: + memory: 150Mi + cpu: 200m - loki: - enabled: true + grafana: + enabled: false - persistence: + loki: enabled: true - storageClassName: local-path - size: 20Gi - - resources: - requests: - memory: 200Mi - cpu: 100m - limits: - memory: 400Mi - cpu: 500m + loki: + persistence: + enabled: true + storageClassName: "local-path" + size: 20Gi + resources: + requests: + memory: 200Mi + cpu: 100m + limits: + memory: 400Mi + cpu: 500m + config: + auth_enabled: false - config: - auth_enabled: false \ No newline at end of file + destination: + server: https://kubernetes.default.svc + namespace: monitoring + syncPolicy: + automated: { prune: true, selfHeal: true } + syncOptions: [CreateNamespace=true] \ No newline at end of file