fix(infra-logging): update loki to single-binary deployment
This commit is contained in:
parent
70da071390
commit
51ea481f3e
1 changed files with 15 additions and 0 deletions
|
@ -21,14 +21,29 @@ spec:
|
||||||
{{- toYaml .Values.commons.helm.release.driftDetection | nindent 4 }}
|
{{- toYaml .Values.commons.helm.release.driftDetection | nindent 4 }}
|
||||||
interval: 10m
|
interval: 10m
|
||||||
values:
|
values:
|
||||||
|
deploymentMode: SingleBinary
|
||||||
singleBinary:
|
singleBinary:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
backend:
|
||||||
|
replicas: 0
|
||||||
|
read:
|
||||||
|
replicas: 0
|
||||||
|
write:
|
||||||
|
replicas: 0
|
||||||
loki:
|
loki:
|
||||||
commonConfig:
|
commonConfig:
|
||||||
replication_factor: 1
|
replication_factor: 1
|
||||||
storage:
|
storage:
|
||||||
type: "filesystem"
|
type: "filesystem"
|
||||||
auth_enabled: false
|
auth_enabled: false
|
||||||
|
schemaConfig:
|
||||||
|
- from: 2024-04-01
|
||||||
|
store: tsdb
|
||||||
|
object_store: filesystem
|
||||||
|
schema: v13
|
||||||
|
index:
|
||||||
|
prefix: index_
|
||||||
|
period: 24h
|
||||||
monitoring:
|
monitoring:
|
||||||
dashboards:
|
dashboards:
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Add table
Reference in a new issue