fix: vendor observability charts
Deploy Cluster / Terraform (push) Waiting to run
Deploy Cluster / Ansible (push) Blocked by required conditions

This commit is contained in:
2026-05-04 10:49:46 +00:00
parent f5473a9bec
commit a04b8ad865
325 changed files with 46640 additions and 40 deletions
@@ -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