initial git commit saving configs
This commit is contained in:
59
observability/loki/values.yaml
Normal file
59
observability/loki/values.yaml
Normal file
@@ -0,0 +1,59 @@
|
||||
# simplest storage for homelab: filesystem + PVC (works well for small volume)
|
||||
loki:
|
||||
auth_enabled: false
|
||||
commonConfig:
|
||||
replication_factor: 1
|
||||
storage:
|
||||
type: filesystem
|
||||
schemaConfig:
|
||||
configs:
|
||||
- from: "2024-01-01"
|
||||
store: tsdb
|
||||
object_store: filesystem
|
||||
schema: v13
|
||||
index:
|
||||
prefix: loki_index_
|
||||
period: 24h
|
||||
limits_config:
|
||||
retention_period: 14d
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 768Mi
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 10Gi
|
||||
|
||||
deploymentMode: SingleBinary
|
||||
|
||||
backend:
|
||||
replicas: 0
|
||||
read:
|
||||
replicas: 0
|
||||
write:
|
||||
replicas: 0
|
||||
|
||||
|
||||
singleBinary:
|
||||
replicas: 1
|
||||
|
||||
promtail:
|
||||
enabled: false
|
||||
prometheus:
|
||||
enabled: false
|
||||
canary:
|
||||
enabled: false
|
||||
gateway:
|
||||
enabled: false
|
||||
results_cache:
|
||||
enabled: false
|
||||
chunks_cache:
|
||||
enabled: false
|
||||
memcached:
|
||||
enabled: false
|
||||
memberlist:
|
||||
service:
|
||||
enabled: false
|
||||
Reference in New Issue
Block a user