loki:
enabled: true
tolerations:
# -- because we are deploying to a system node need this toleration
- key: "dedicated.deckhouse.io"
operator: "Equal"
value: "system"
effect: "NoSchedule"
persistence:
storageClassName: local-storage
enabled: true
# -- size will be used for persisten volume and passed to loki configs
size: 10Gi
# -- node on which data will be stored, make sure to create `/mnt/kubernetes/loki`
node: kube-stage-system-0
Gives an output:
Key
Type
Default
Description
loki.enabled
bool
true
loki.persistence.enabled
bool
true
loki.persistence.node
string
"kube-stage-system-0"
node on which data will be stored, make sure to create /mnt/kubernetes/loki
loki.persistence.size
string
"10Gi"
size will be used for persisten volume and passed to loki configs
Sample yml:
Gives an output:
true
true
"kube-stage-system-0"
/mnt/kubernetes/loki
"10Gi"
"local-storage"
{"effect":"NoSchedule","key":"dedicated.deckhouse.io","operator":"Equal","value":"system"}
Which forces scroll and description column becomes really small
Will be nice if output will be:
true
true
"kube-stage-system-0"
"10Gi"
"local-storage"