Skip to content
Snippets Groups Projects
Verified Commit 5a723fb1 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(dns): Increase CPU limits

This patch increases CPU requests and limits for the DNS resolver pods
in order to improve response times. Currently the blocky process is
throttled in 20-30% of time, which is not ideal.
parent e3324fcb
No related branches found
No related tags found
No related merge requests found
......@@ -86,10 +86,10 @@ spec:
periodSeconds: 5
resources:
requests:
cpu: 100m
cpu: 200m
memory: 256Mi
limits:
cpu: 100m
cpu: 200m
memory: 256Mi
volumeMounts:
- name: tls-secret
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment