UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit c591777f authored by brandt keller's avatar brandt keller
Browse files

Updating loki documentation to reflect architecture updates

parent 97cd6bad
No related branches found
No related tags found
1 merge request!2479Updating loki documentation to reflect architecture updates
......@@ -69,24 +69,14 @@ loki:
strategy: scalable
values:
global:
# -- Create Loki config for all sub-charts.
# Uses data within 'global.config' value
createGlobalConfig: true
# -- Secret which Pods will consume for config.
# Only use if 'global.createGlobalConfig' is true.
# Default: "loki-config"
existingSecretForConfig: "loki-config"
loki-simple-scalable:
# Configuration for the write node(s)
write:
# -- Number of replicas for the write
replicas: 2
# Configuration for the read node(s)
read:
# -- Number of replicas for the read
replicas: 2
# Configuration for the write node(s)
write:
# -- Number of replicas for the write
replicas: 2
# Configuration for the read node(s)
read:
# -- Number of replicas for the read
replicas: 2
```
### UI
......
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