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