Skip to content

Commit f8fb059

Browse files
authored
Merge pull request #54 from AET-DevOps25/week8-backend
ci: decrease the resources of loki caches
2 parents 6f5afac + e828d52 commit f8fb059

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

helm/aihr/values-common-loki.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,24 @@ loki:
5050

5151
chunksCache:
5252
# default is 500MB, with limited memory keep this smaller
53-
writebackSizeLimit: 10MB
53+
writebackSizeLimit: 50MB
54+
resources:
55+
requests:
56+
cpu: 50m
57+
memory: 128Mi
58+
limits:
59+
cpu: 100m
60+
memory: 512Mi
61+
62+
resultsCache:
63+
resources:
64+
requests:
65+
cpu: 50m
66+
memory: 128Mi
67+
limits:
68+
cpu: 100m
69+
memory: 512Mi
70+
5471

5572
# Enable minio for storage
5673
minio:

0 commit comments

Comments
 (0)