Skip to content

Commit

Permalink
fix(helm): set resources limits
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed Nov 22, 2024
1 parent a4537f4 commit 6821e2f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ spec:
dns01RecursiveNameserversOnly: true
resources:
requests:
cpu: 50m
memory: 32Mi
limits:
cpu: 100m
memory: 32Mi
limits:
cpu: 200m
memory: 64Mi
podDnsConfig:
nameservers:
- "1.1.1.1"
Expand Down

0 comments on commit 6821e2f

Please sign in to comment.