Merge pull request #7141 from inteon/add_bind_resource_request_and_limit

Tests: add bind resource request to improve availability during tests
This commit is contained in:
cert-manager-prow[bot] 2024-07-01 10:56:23 +00:00 committed by GitHub
commit 74fe287746
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: