core-deployments/thanos/kustomization.yaml

13 lines
263 B
YAML
Raw Permalink Normal View History

2024-10-07 09:19:39 +02:00
---
2024-10-02 22:05:26 +02:00
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