Skip to content

Commit

Permalink
fix: set k8s resources for Loki workload
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Glotov committed Oct 27, 2023
1 parent dbb14bd commit 15ad13d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform/layer2-k8s/eks-loki-stack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ loki:
rbac:
create: true
pspEnabled: false # Due to psp removed in k8s 1.25 and latest loki-stack chart doesn't maintain new PSP version
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 500m
memory: 1Gi
config:
limits_config:
enforce_metric_name: false
Expand Down

0 comments on commit 15ad13d

Please sign in to comment.