fix: increase Loki install timeout and add failure diagnostics
Some checks failed
Deploy Cluster / Terraform (push) Successful in 51s
Deploy Cluster / Ansible (push) Has been cancelled

This commit is contained in:
2026-03-02 02:55:33 +00:00
parent 10ee303995
commit 27711e0661
2 changed files with 81 additions and 1 deletions

View File

@@ -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 }}