Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Loki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Loki
Commits
638c25f0
Unverified
Commit
638c25f0
authored
5 years ago
by
David
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #445 from sboschman/task-ring-config
include all lifecycler ring config
parents
5f566071
bdacf390
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
production/helm/loki/templates/_helpers.tpl
+1
-2
1 addition, 2 deletions
production/helm/loki/templates/_helpers.tpl
production/helm/loki/values.yaml
+10
-0
10 additions, 0 deletions
production/helm/loki/values.yaml
with
11 additions
and
2 deletions
production/helm/loki/templates/_helpers.tpl
+
1
−
2
View file @
638c25f0
...
...
@@ -54,8 +54,7 @@ limits_config:
ingester:
lifecycler:
ring:
store: {{ .Values.config.ingester.lifecycler.ring.store }}
replication_factor: {{ .Values.config.ingester.lifecycler.ring.replication_factor }}
{{ toYaml .Values.config.ingester.lifecycler.ring | indent 6 }}
chunk_idle_period: 15m
{{- if .Values.config.schema_configs }}
...
...
This diff is collapsed.
Click to expand it.
production/helm/loki/values.yaml
+
10
−
0
View file @
638c25f0
...
...
@@ -21,6 +21,16 @@ config:
ring
:
store
:
inmemory
replication_factor
:
1
## Different ring configs can be used. E.g. Consul
# ring:
# store: consul
# replication_factor: 1
# consul:
# host: "consul:8500"
# prefix: ""
# httpclienttimeout: "20s"
# consistentreads: true
schema_configs
:
-
from
:
0
store
:
boltdb
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment