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: ...@@ -69,24 +69,14 @@ loki:
strategy: scalable strategy: scalable
values: values:
global: # Configuration for the write node(s)
# -- Create Loki config for all sub-charts. write:
# Uses data within 'global.config' value # -- Number of replicas for the write
createGlobalConfig: true replicas: 2
# -- Secret which Pods will consume for config. # Configuration for the read node(s)
# Only use if 'global.createGlobalConfig' is true. read:
# Default: "loki-config" # -- Number of replicas for the read
existingSecretForConfig: "loki-config" replicas: 2
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
``` ```
### UI ### 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