diff --git a/09_homelab_apps/homelab-apps/templates/loki.yaml b/09_homelab_apps/homelab-apps/templates/loki.yaml index 8634a49..8ed181e 100644 --- a/09_homelab_apps/homelab-apps/templates/loki.yaml +++ b/09_homelab_apps/homelab-apps/templates/loki.yaml @@ -24,15 +24,18 @@ spec: loki: auth_enabled: false - commonConfig: - replication_factor: 1 storage: type: 'filesystem' - # Permission-Fix für NFS-CSI - podSecurityContext: - fsGroup: 10001 - runAsGroup: 10001 - runAsUser: 10001 + schemaConfig: + configs: + - from: "2024-01-01" + store: tsdb + object_store: filesystem + schema: v13 + index: + prefix: index_ + period: 24h + singleBinary: replicas: 1 persistence: