mirror of
https://github.com/thanos-io/kube-thanos.git
synced 2026-05-05 20:16:14 +02:00
10 lines
336 B
YAML
10 lines
336 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ./manifests/thanos-query-deployment.yaml
|
|
- ./manifests/thanos-query-service.yaml
|
|
- ./manifests/thanos-query-serviceMonitor.yaml
|
|
- ./manifests/thanos-store-service.yaml
|
|
- ./manifests/thanos-store-serviceMonitor.yaml
|
|
- ./manifests/thanos-store-statefulSet.yaml
|