Skip to content

Commit

Permalink
Update loki.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley authored Apr 12, 2024
1 parent 2e02cd9 commit dd0b9a8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kubernetes/manifests/apps/observability/loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
helm:
repo: https://grafana.github.io/helm-charts
chart: loki
version: 6.2.0
version: 5.42.2

dependsOn:
- name: observability-grafana-agent-cluster
Expand Down Expand Up @@ -48,6 +48,7 @@ values:

common:
path_prefix: /var/loki
replication_factor: 2
storage:
s3:
s3: null
Expand Down Expand Up @@ -89,6 +90,7 @@ values:
reporting_enabled: false
gateway:
enabled: true
replicas: 2
ingress:
enabled: true
annotations:
Expand All @@ -104,10 +106,12 @@ values:
hosts:
- "loki.${SECRET_DOMAIN}"
write:
replicas: 2
persistence:
size: 10Gi
storageClass: ceph-block
read:
replicas: 2
persistence:
size: 10Gi
storageClass: ceph-block
Expand All @@ -118,6 +122,7 @@ values:
- name: rules
emptyDir: {}
backend:
replicas: 2
persistence:
size: 10Gi
storageClass: ceph-block
Expand Down

0 comments on commit dd0b9a8

Please sign in to comment.