core-deployments/thanos/kustomization.yaml
Aaron Riedel 9f3c3e012b
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
add kustomization to thanos
2024-10-02 22:05:26 +02:00

11 lines
259 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
generators:
- ./secret-generator.yaml
resources:
- ./0-namespace.yaml
- ./1-service-account.yaml
- ./3-querier.yaml
- ./4-storegateway.yaml
- ./5-compactor.yaml
- ./6-receiver.yaml