Skip to content

Commit

Permalink
Lower resource requests and limits for fe-docs (#4596)
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Mar 13, 2024
1 parent e287f18 commit 7b050de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/fe-docs/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ spec:
name: http
resources:
requests:
cpu: 30m
memory: 50Mi
cpu: 10m
memory: 10Mi
limits:
cpu: 100m
memory: 100Mi
cpu: 50m
memory: 30Mi
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 7b050de

Please sign in to comment.