kube-thanos/kustomization.yaml
Scott Howell 1a04fb21c4
add kustomization to base
Signed-off-by: Scott Howell <scotthowell@payitgov.com>
2020-05-27 14:48:42 -05:00

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