Skip to content

Commit

Permalink
Create loki.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 29, 2024
1 parent 79e06c2 commit 6793005
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions blockchain_integration/pi_network/monitoring/loki/loki.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: loki.grafana.com/v1alpha1
kind: Loki
metadata:
name: pi-network-loki
spec:
replicas: 2
serviceAccountName: pi-network-loki
config:
auth:
enabled: true
server:
http_listen_port: 3100
ingester:
lifecycler:
ring:
kvstore:
store: inmemory
store:
boltdb:
path: /tmp/loki.db
limits_config:
ingestion_rate_mb: 10
ingestion_burst_size_mb: 20

0 comments on commit 6793005

Please sign in to comment.