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 Dec 6, 2023
1 parent 4a8ce5b commit a5e5387
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion kubernetes/manifests/apps/observability/loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,25 @@ dependsOn:

values:
loki:
commonConfig:
replication_factor: 1
storage:
type: 'filesystem'
table_manager:
retention_deletes_enabled: true
retention_period: 336h
persistence:
enabled: true
storageClassName: ceph-block
size: 25Gi
size: 100Gi
serviceMonitor:
enabled: true
frontend:
scheduler_address: query-scheduler-discovery.observability.svc.cluster.local
frontend_worker:
scheduler_address: query-scheduler-discovery.observability.svc.cluster.local
singleBinary:
replicas: 1
monitoring:
selfMonitoring:
grafanaAgent:
Expand Down

0 comments on commit a5e5387

Please sign in to comment.