init
This commit is contained in:
14
clusters/cl01tl/services/loki/Chart.yaml
Normal file
14
clusters/cl01tl/services/loki/Chart.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v2
|
||||
name: loki
|
||||
version: 1.0.0
|
||||
sources:
|
||||
- https://github.com/grafana/loki
|
||||
- https://github.com/grafana/helm-charts
|
||||
dependencies:
|
||||
- name: loki
|
||||
version: 6.5.2
|
||||
repository: https://grafana.github.io/helm-charts
|
||||
- name: promtail
|
||||
version: 6.15.5
|
||||
repository: https://grafana.github.io/helm-charts
|
||||
appVersion: 3.0.0
|
48
clusters/cl01tl/services/loki/values.yaml
Normal file
48
clusters/cl01tl/services/loki/values.yaml
Normal file
@@ -0,0 +1,48 @@
|
||||
loki:
|
||||
deploymentMode: SingleBinary
|
||||
loki:
|
||||
auth_enabled: true
|
||||
commonConfig:
|
||||
replication_factor: 1
|
||||
limits_config:
|
||||
allow_structured_metadata: false
|
||||
storage:
|
||||
type: filesystem
|
||||
schemaConfig:
|
||||
configs:
|
||||
- from: "2024-01-11"
|
||||
store: boltdb-shipper
|
||||
object_store: filesystem
|
||||
schema: v13
|
||||
index:
|
||||
period: 24h
|
||||
enterprise:
|
||||
enabled: false
|
||||
gateway:
|
||||
enabled: true
|
||||
basicAuth:
|
||||
enabled: false
|
||||
singleBinary:
|
||||
replicas: 1
|
||||
persistence:
|
||||
enableStatefulSetAutoDeletePVC: true
|
||||
enabled: true
|
||||
size: 10Gi
|
||||
storageClass: ceph-block
|
||||
write:
|
||||
replicas: 0
|
||||
read:
|
||||
replicas: 0
|
||||
backend:
|
||||
replicas: 0
|
||||
promtail:
|
||||
daemonset:
|
||||
enabled: true
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
prometheusRule:
|
||||
enabled: false
|
||||
config:
|
||||
clients:
|
||||
- url: http://loki-gateway/loki/api/v1/push
|
||||
tenant_id: 1
|
Reference in New Issue
Block a user