Skip to content

Commit 49c3894

Browse files
authored
fix: set k8s resources for Loki workload (#342)
1 parent dbb14bd commit 49c3894

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

terraform/layer2-k8s/eks-loki-stack.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ loki:
1313
rbac:
1414
create: true
1515
pspEnabled: false # Due to psp removed in k8s 1.25 and latest loki-stack chart doesn't maintain new PSP version
16+
resources:
17+
limits:
18+
cpu: 1
19+
memory: 1Gi
20+
requests:
21+
cpu: 500m
22+
memory: 1Gi
1623
config:
1724
limits_config:
1825
enforce_metric_name: false

0 commit comments

Comments
 (0)