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:
commit
74fe287746
@ -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" {
|
||||
|
||||
@ -41,6 +41,12 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: data
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
memory: 256Mi
|
||||
volumes:
|
||||
- name: data
|
||||
configMap:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user