Fixes the typo in the result cache config of the Loki ksonnet lib. (#1478)

Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
pull/1489/head
Cyril Tovena 6 years ago committed by GitHub
parent be010f049d
commit 6c64e2ca6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      production/ksonnet/loki/config.libsonnet

@ -117,7 +117,7 @@
cache_results: true,
max_retries: 5,
results_cache: {
split_interval: '30m',
cache_split_interval: '30m',
max_freshness: '10m',
cache: {
memcached_client: {

Loading…
Cancel
Save