Monitoring/manifests/prometheus/kustomization.yaml

13 lines
244 B
YAML
Raw Normal View History

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- serviceaccount.yaml
- clusterrole.yaml
- clusterrolebinding.yaml
2023-07-29 07:44:09 +00:00
- service.yaml
2023-07-29 07:45:21 +00:00
- ingress.yaml
2023-07-29 07:44:09 +00:00
- servicemonitor.yaml
- prometheus.yaml
- alertmanager