Adding dependencies, binary autostart
This commit is contained in:
30
opencloud/charts/loki/scenarios/ingress-values.yaml
Normal file
30
opencloud/charts/loki/scenarios/ingress-values.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
gateway:
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations: {}
|
||||
hosts:
|
||||
- host: gateway.loki.example.com
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
loki:
|
||||
commonConfig:
|
||||
replication_factor: 1
|
||||
useTestSchema: true
|
||||
storage:
|
||||
bucketNames:
|
||||
chunks: chunks
|
||||
ruler: ruler
|
||||
admin: admin
|
||||
read:
|
||||
replicas: 1
|
||||
write:
|
||||
replicas: 1
|
||||
backend:
|
||||
replicas: 1
|
||||
monitoring:
|
||||
lokiCanary:
|
||||
enabled: false
|
||||
test:
|
||||
enabled: false
|
||||
Reference in New Issue
Block a user