42 lines
793 B
YAML
42 lines
793 B
YAML
enabled: true
|
|
env: prod
|
|
host: logs.dvirlabs.com
|
|
|
|
gateway:
|
|
enabled: true
|
|
ingress:
|
|
enabled: true
|
|
className: traefik
|
|
annotations:
|
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
|
hosts:
|
|
- host: logs.dvirlabs.com
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
|
|
loki:
|
|
auth_enabled: false
|
|
|
|
storage:
|
|
type: filesystem
|
|
bucketNames:
|
|
chunks: loki-chunks
|
|
ruler: loki-ruler
|
|
admin: loki-admin
|
|
|
|
storage_config:
|
|
filesystem:
|
|
directory: /var/loki/chunks
|
|
|
|
schemaConfig:
|
|
configs:
|
|
- from: 2020-10-15
|
|
store: boltdb-shipper
|
|
object_store: filesystem
|
|
schema: v11
|
|
index:
|
|
prefix: index_
|
|
period: 24h
|