Skip to content
Snippets Groups Projects
Verified Commit 8bdf1ae6 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(dns): The cache-size parameter only takes integers

parent 61a07368
No related branches found
Tags v22.05
No related merge requests found
Pipeline #13289 passed
...@@ -23,7 +23,8 @@ spec: ...@@ -23,7 +23,8 @@ spec:
- --upstream=https://dns.quad9.net/dns-query - --upstream=https://dns.quad9.net/dns-query
- --bootstrap=9.9.9.9 - --bootstrap=9.9.9.9
- --cache - --cache
- --cache-size=98304k # 96Mi
- --cache-size=100663296
- --cache-min-ttl=300 - --cache-min-ttl=300
- --cache-optimistic - --cache-optimistic
ports: ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment