Skip to content

Commit

Permalink
fix: change loki config
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed Apr 19, 2024
1 parent 708cfd6 commit 8add7e2
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions kubernetes/apps/observability/loki/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,18 @@ spec:
loki:
commonConfig:
replication_factor: 1
schemaConfig:
configs:
- from: "2020-10-24"
store: tsdb
object_store: filesystem
schema: v13
index:
prefix: index_
period: 24h
schemaConfig:
configs:
- from: "2020-10-24"
store: tsdb
object_store: filesystem
schema: v13
index:
prefix: index_
period: 24h
storage:
type: 'filesystem'
ingester:
chunk_encoding: snappy
tracing:
enabled: false
querier:
max_concurrent: 2
auth_enabled: false

gateway:
ingress:
Expand All @@ -68,10 +63,13 @@ spec:
requests:
cpu: 2
memory: 2Gi
persistence:
size: 32Gi
storageClass: longhorn
extraEnv:
- name: GOMEMLIMIT
value: 3750MiB

memberlist:
service:
publishNotReadyAddresses: true
Expand Down

0 comments on commit 8add7e2

Please sign in to comment.