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,10 +35,14 @@ spec:
|
|||
secretKeyRef:
|
||||
name: external-dns-secrets
|
||||
key: CF_API_TOKEN
|
||||
- name: GOMEMLIMIT
|
||||
valueFrom:
|
||||
resourceFieldRef:
|
||||
resource: limits.memory
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
memory: 128Mi
|
||||
|
|
Loading…
Reference in a new issue