chore(external-dns): hint memory limit to Go
This commit is contained in:
parent
d1d826a5d1
commit
4b839e61c0
1 changed files with 5 additions and 1 deletions
|
@ -35,6 +35,10 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: external-dns-secrets
|
name: external-dns-secrets
|
||||||
key: CF_API_TOKEN
|
key: CF_API_TOKEN
|
||||||
|
- name: GOMEMLIMIT
|
||||||
|
valueFrom:
|
||||||
|
resourceFieldRef:
|
||||||
|
resource: limits.memory
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
|
|
Loading…
Reference in a new issue