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: ...@@ -86,10 +86,10 @@ spec:
periodSeconds: 5 periodSeconds: 5
resources: resources:
requests: requests:
cpu: 100m cpu: 200m
memory: 256Mi memory: 256Mi
limits: limits:
cpu: 100m cpu: 200m
memory: 256Mi memory: 256Mi
volumeMounts: volumeMounts:
- name: tls-secret - name: tls-secret
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment