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
7 changes: 3 additions & 4 deletions helm/aihr/values-common-loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,14 @@ loki:
replicas: 1
resources:
limits:
cpu: 3
cpu: 500m
memory: 4Gi
requests:
cpu: 2
cpu: 200m
memory: 2Gi
extraEnv:
# Keep a little bit lower than memory limits
- name: GOMEMLIMIT
value: 3750MiB
value: 400MiB

chunksCache:
# default is 500MB, with limited memory keep this smaller
Expand Down