forked from billimek/k8s-gitops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
loki.yaml
35 lines (35 loc) · 854 Bytes
/
loki.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
apiVersion: flux.weave.works/v1beta1
kind: HelmRelease
metadata:
name: loki
namespace: logs
annotations:
flux.weave.works/ignore: "false"
flux.weave.works/automated: "true"
flux.weave.works/tag.loki: glob:latest
flux.weave.works/tag.promtail: glob:latest
spec:
releaseName: loki
chart:
repository: https://grafana.github.io/loki/charts
name: loki-stack
version: 0.9.5
values:
loki:
replicas: 1
deploymentStrategy: Recreate
image:
repository: grafana/loki
tag: latest
pullPolicy: Always # Always pull while in BETA
persistence:
enabled: true
size: 50Gi
storageClassName: rbd
promtail:
image:
repository: grafana/promtail
tag: latest
nameOverride: promtail-local
deploymentStrategy: RollingUpdate