Skip to content

Commit

Permalink
update mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley authored Dec 8, 2023
1 parent a503205 commit 1c87028
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions kubernetes/manifests/apps/observability/loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,26 @@ values:
storageClass: ceph-block
read:
replicas: 2
persistence:
size: 10Gi
storageClass: ceph-block
extraVolumeMounts:
- name: loki-rules-tmp
mountPath: /tmp/scratch
- name: loki-tmp
mountPath: /tmp/loki-tmp
- name: rules
mountPath: /rules
extraVolumes:
- name: loki-rules-tmp
emptyDir: {}
- name: loki-tmp
- name: rules
emptyDir: {}
backend:
replicas: 2
persistence:
size: 10Gi
storageClass: ceph-block
extraVolumeMounts:
- name: scratch
mountPath: /tmp/scratch
extraVolumes:
- name: scratch
emptyDir: {}
valuesFrom:
- targetPath: loki.structuredConfig.common.storage.s3.bucketnames
kind: ConfigMap
Expand Down

0 comments on commit 1c87028

Please sign in to comment.