add bind resource request to improve availability during tests, also set memory limit = request following best practice

Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
This commit is contained in:
Tim Ramlot 2024-06-28 16:05:25 +02:00
parent c65c75718d
commit 0e45b3b23b
No known key found for this signature in database
GPG Key ID: 47428728E0C2878D
2 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,7 @@ data:
dnssec-validation auto;
auth-nxdomain no; # conform to RFC1035
listen-on { any; };
max-cache-size 192m;
};
zone "http01.example.com" {

View File

@ -41,6 +41,12 @@ spec:
volumeMounts:
- mountPath: /config
name: data
resources:
requests:
cpu: 10m
memory: 256Mi
limits:
memory: 256Mi
volumes:
- name: data
configMap: