Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 3 additions & 24 deletions apps/logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
values: |
deploymentMode: SingleBinary

test:
enabled: false

lokiCanary:
enabled: false

Expand All @@ -32,7 +35,6 @@ spec:

singleBinary:
replicas: 1

persistence:
enabled: true
storageClass: local-path
Expand All @@ -44,29 +46,6 @@ spec:
replicas: 0
write:
replicas: 0

loki:
auth_enabled: false

commonConfig:
replication_factor: 1

schemaConfig:
configs:
- from: "2024-01-01"
store: tsdb
object_store: filesystem
schema: v13
index:
prefix: index_
period: 24h

storage:
type: filesystem

storage_config:
filesystem:
directory: /var/loki/chunks


destination:
Expand Down
Loading