09_homelab_apps/homelab-apps/templates/loki.yaml aktualisiert
This commit is contained in:
@@ -24,15 +24,18 @@ spec:
|
|||||||
|
|
||||||
loki:
|
loki:
|
||||||
auth_enabled: false
|
auth_enabled: false
|
||||||
commonConfig:
|
|
||||||
replication_factor: 1
|
|
||||||
storage:
|
storage:
|
||||||
type: 'filesystem'
|
type: 'filesystem'
|
||||||
# Permission-Fix für NFS-CSI
|
schemaConfig:
|
||||||
podSecurityContext:
|
configs:
|
||||||
fsGroup: 10001
|
- from: "2024-01-01"
|
||||||
runAsGroup: 10001
|
store: tsdb
|
||||||
runAsUser: 10001
|
object_store: filesystem
|
||||||
|
schema: v13
|
||||||
|
index:
|
||||||
|
prefix: index_
|
||||||
|
period: 24h
|
||||||
|
|
||||||
singleBinary:
|
singleBinary:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
Reference in New Issue
Block a user