rpi.carlosedp.cluster-monit.../manifests/nginxexporter-clusterRole.yaml
2020-08-15 23:47:13 -04:00

16 lines
204 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: nginx-exporter
rules:
- apiGroups:
- ""
resources:
- services
- endpoints
- pods
verbs:
- get
- list
- watch