fix: set Loki chart to single binary deployment mode
This commit is contained in:
@@ -1,9 +1,21 @@
|
|||||||
|
deploymentMode: SingleBinary
|
||||||
|
|
||||||
loki:
|
loki:
|
||||||
auth_enabled: false
|
auth_enabled: false
|
||||||
commonConfig:
|
commonConfig:
|
||||||
replication_factor: 1
|
replication_factor: 1
|
||||||
storage:
|
storage:
|
||||||
type: filesystem
|
type: filesystem
|
||||||
|
|
||||||
|
backend:
|
||||||
|
replicas: 0
|
||||||
|
|
||||||
|
read:
|
||||||
|
replicas: 0
|
||||||
|
|
||||||
|
write:
|
||||||
|
replicas: 0
|
||||||
|
|
||||||
singleBinary:
|
singleBinary:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
Reference in New Issue
Block a user