Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 54 additions & 58 deletions apps/logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,65 +13,61 @@ spec:
targetRevision: 6.6.0
helm:
values: |
deploymentMode: Monolithic
gateway:
enabled: false
minio:
enabled: false
chunksCache:
enabled: false
resultsCache:
enabled: false
deploymentMode: SingleBinary

loki:
auth_enabled: false
commonConfig:
replication_factor: 1
storage:
type: filesystem
bucketNames:
chunks: chunks
chunks-cache: chunks-cache
results-cache: results-cache

schemaConfig:
configs:
- from: "2024-01-01"
store: tsdb
object_store: filesystem
schema: v13
index:
prefix: index_
period: 24h

pattern_ingester: { enabled: true }
limits_config:
allow_structured_metadata: true
volume_enabled: true
ruler:
enable_api: true
storage_config:
aws: null
lokiCanary:
enabled: false

singleBinary:
replicas: 1
persistence:
enabled: true
storageClass: "local-path"
size: 20Gi
backend: { replicas: 0 }
read: { replicas: 0 }
write: { replicas: 0 }
ingester: { replicas: 0 }
querier: { replicas: 0 }
queryFrontend: { replicas: 0 }
queryScheduler: { replicas: 0 }
distributor: { replicas: 0 }
compactor: { replicas: 0 }
indexGateway: { replicas: 0 }
bloomPlanner: { replicas: 0 }
bloomBuilder: { replicas: 0 }
bloomGateway: { replicas: 0 }
gateway:
enabled: false

minio:
enabled: false

chunksCache:
enabled: false

resultsCache:
enabled: false

singleBinary:
replicas: 1

persistence:
enabled: true
storageClass: local-path
size: 20Gi

backend:
replicas: 0
read:
replicas: 0
write:
replicas: 0

loki:
auth_enabled: false

commonConfig:
replication_factor: 1

schemaConfig:
configs:
- from: "2024-01-01"
store: tsdb
object_store: filesystem
schema: v13
index:
prefix: index_
period: 24h

storage:
type: filesystem

storage_config:
filesystem:
directory: /var/loki/chunks


destination:
server: https://kubernetes.default.svc
Expand All @@ -98,7 +94,7 @@ spec:
values: |
config:
clients:
- url: http://grafana-loki-gateway.monitoring.svc.cluster.local/loki/api/v1/push
- url: http://grafana-loki.monitoring.svc.cluster.local:3100/loki/api/v1/push
destination:
server: https://kubernetes.default.svc
namespace: monitoring
Expand Down
Loading