Added promtail
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 4s

This commit is contained in:
Ultradesu
2026-01-07 15:01:15 +00:00
parent a65b37f000
commit 4b30185655
3 changed files with 38 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Loki SingleBinary mode - оптимально для homelab
# Loki SingleBinary mode - optimal for homelab
deploymentMode: SingleBinary
loki:
@@ -37,7 +37,7 @@ singleBinary:
size: 50Gi
storageClass: ""
# Отключаем компоненты для distributed режима
# Disable distributed mode components
read:
replicas: 0
write:
@@ -45,26 +45,26 @@ write:
backend:
replicas: 0
# Отключаем memcached (не нужен для SingleBinary)
# Disable memcached (not needed for SingleBinary)
chunksCache:
enabled: false
resultsCache:
enabled: false
# Gateway для доступа к Loki
# Gateway for Loki access
gateway:
enabled: true
replicas: 1
service:
type: ClusterIP
# Отключаем тесты и canary
# Disable tests and canary
test:
enabled: false
lokiCanary:
enabled: false
# Мониторинг
# Monitoring
monitoring:
dashboards:
enabled: false