fix: vendor observability charts
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,24 @@
|
||||
---
|
||||
apiVersion: helm-chart-toolbox.grafana.com/v1
|
||||
kind: TestPlan
|
||||
name: ingress
|
||||
subject:
|
||||
releaseName: loki
|
||||
namespace: loki
|
||||
path: ../../..
|
||||
valuesFile: ingress-values.yaml
|
||||
extraArgs:
|
||||
- --dependency-update
|
||||
- --set
|
||||
- "chunksCache.allocatedMemory=1024"
|
||||
|
||||
cluster:
|
||||
type: kind
|
||||
|
||||
tests:
|
||||
- type: kubernetes-objects-test
|
||||
values:
|
||||
checks:
|
||||
- kind: Ingress
|
||||
name: loki-gateway
|
||||
namespace: loki
|
||||
Reference in New Issue
Block a user