Skip to content

Commit

Permalink
fix: set k8s resources for Loki workload (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
mglotov committed Oct 31, 2023
1 parent dbb14bd commit 49c3894
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 49c3894

Please sign in to comment.