forked from digitalocean/Kubernetes-Starter-Kit-Developers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloki-stack-values-v2.5.1.yaml
59 lines (54 loc) · 1.69 KB
/
loki-stack-values-v2.5.1.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
##
## Starter Kit configuration for Loki stack
##
loki:
enabled: true
# ======================== REMOTE STORAGE SETUP FOR DO SPACES ==============================
# Uncomment the configuration below, to enable remote storage setup for `DO Spaces`
# Make sure to replace the <> placeholders for the `aws` subsection accordingly
# config:
# schema_config:
# configs:
# - from: "2020-10-24"
# store: boltdb-shipper
# object_store: aws
# schema: v11
# index:
# prefix: index_
# period: 24h
# storage_config:
# boltdb_shipper:
# cache_ttl: 24h # Can be increased for faster performance over longer query periods, uses more disk space
# shared_store: aws
# aws:
# bucketnames: <YOUR_DO_SPACES_BUCKET_NAME_HERE>
# endpoint: <YOUR_DO_SPACES_BUCKET_ENDPOINT_HERE> # e.g.: nyc1.digitaloceanspaces.com
# region: <YOUR_DO_SPACES_BUCKET_REGION_HERE> # e.g.: nyc1
# access_key_id: <YOUR_DO_SPACES_ACCESS_KEY_HERE>
# secret_access_key: <YOURDO_SPACES_SECRET_KEY_HERE>
# s3forcepathstyle: true
# Uncomment the configuration below, to enable DO Block Storage storage setup for `DO Volumes`
# persistence:
# enabled: true
# storageClassName: do-block-storage
# accessModes: ["ReadWriteOnce"]
# size: 5Gi
promtail:
enabled: true
#
# Enable Promtail service monitoring
# serviceMonitor:
# enabled: true
#
# User defined pipeline stages
# pipelineStages:
# - docker: {}
# - drop:
# source: namespace
# expression: "kube-.*"
fluent-bit:
enabled: false
grafana:
enabled: false
prometheus:
enabled: false