Monitoring/manifests/prometheus/kustomization.yaml

13 lines
244 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- serviceaccount.yaml
- clusterrole.yaml
- clusterrolebinding.yaml
- service.yaml
- ingress.yaml
- servicemonitor.yaml
- prometheus.yaml
- alertmanager