From 4b839e61c00ab5ad36d31f122af5a0312517af81 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Thu, 9 May 2024 15:25:16 +0200 Subject: [PATCH] chore(external-dns): hint memory limit to Go --- external-dns/resources/deployment.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/external-dns/resources/deployment.yaml b/external-dns/resources/deployment.yaml index 8d35ca1..01153a8 100644 --- a/external-dns/resources/deployment.yaml +++ b/external-dns/resources/deployment.yaml @@ -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 \ No newline at end of file + memory: 128Mi