diff --git a/k8s/loki/values.yaml b/k8s/loki/values.yaml index 5484313..3000b8f 100644 --- a/k8s/loki/values.yaml +++ b/k8s/loki/values.yaml @@ -1,51 +1,52 @@ loki: - config: | - auth_enabled: false - server: - http_listen_port: 3100 - ingester: - lifecycler: - address: 127.0.0.1 - ring: - kvstore: - store: inmemory - replication_factor: 1 - schema_config: - configs: - - from: 2020-10-24 - store: boltdb-shipper - object_store: filesystem - schema: v11 - index: - prefix: index_ - period: 24h - storage_config: - boltdb_shipper: - active_index_directory: /data/loki/index - shared_store: filesystem - filesystem: - directory: /data/loki/chunks - chunk_store_config: - max_look_back_period: 672h - table_manager: - retention_deletes_enabled: true - retention_period: 672h + loki: + config: | + auth_enabled: false + server: + http_listen_port: 3100 + ingester: + lifecycler: + address: 127.0.0.1 + ring: + kvstore: + store: inmemory + replication_factor: 1 + schema_config: + configs: + - from: 2020-10-24 + store: boltdb-shipper + object_store: filesystem + schema: v11 + index: + prefix: index_ + period: 24h + storage_config: + boltdb_shipper: + active_index_directory: /data/loki/index + shared_store: filesystem + filesystem: + directory: /data/loki/chunks + chunk_store_config: + max_look_back_period: 672h + table_manager: + retention_deletes_enabled: true + retention_period: 672h -singleBinary: - replicas: 1 - persistence: - enabled: true - size: 20Gi - storageClass: "linode-block-storage-retain" + singleBinary: + replicas: 1 + persistence: + enabled: true + size: 20Gi + storageClass: "linode-block-storage-retain" -read: - replicas: 0 + read: + replicas: 0 -write: - replicas: 0 + write: + replicas: 0 -backend: - replicas: 0 + backend: + replicas: 0 -gateway: - enabled: false + gateway: + enabled: false