From 8bdf1ae65fd8448e3aeea181890c9e84eb735a4d Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 30 Apr 2022 15:25:48 +0200 Subject: [PATCH] fix(dns): The cache-size parameter only takes integers --- apps/k8s01/dns/dns.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/k8s01/dns/dns.yaml b/apps/k8s01/dns/dns.yaml index 9c39637e9..e3dcc8aab 100644 --- a/apps/k8s01/dns/dns.yaml +++ b/apps/k8s01/dns/dns.yaml @@ -23,7 +23,8 @@ spec: - --upstream=https://dns.quad9.net/dns-query - --bootstrap=9.9.9.9 - --cache - - --cache-size=98304k + # 96Mi + - --cache-size=100663296 - --cache-min-ttl=300 - --cache-optimistic ports: -- GitLab