fix: increase Loki install timeout and add failure diagnostics
This commit is contained in:
@@ -4,6 +4,8 @@ loki:
|
||||
auth_enabled: false
|
||||
commonConfig:
|
||||
replication_factor: 1
|
||||
limits_config:
|
||||
retention_period: 168h
|
||||
schemaConfig:
|
||||
configs:
|
||||
- from: "2024-01-01"
|
||||
@@ -27,6 +29,13 @@ write:
|
||||
|
||||
singleBinary:
|
||||
replicas: 1
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 1Gi
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: {{ loki_storage_class }}
|
||||
|
||||
Reference in New Issue
Block a user