mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-11-20 19:07:17 +01:00
55 lines
1.1 KiB
YAML
55 lines
1.1 KiB
YAML
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||
|
kind: RoleBinding
|
||
|
metadata:
|
||
|
name: prometheus-k8s
|
||
|
namespace: monitoring
|
||
|
roleRef:
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
kind: Role
|
||
|
name: prometheus-k8s
|
||
|
subjects:
|
||
|
- kind: ServiceAccount
|
||
|
name: prometheus-k8s
|
||
|
namespace: monitoring
|
||
|
---
|
||
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||
|
kind: RoleBinding
|
||
|
metadata:
|
||
|
name: prometheus-k8s
|
||
|
namespace: kube-system
|
||
|
roleRef:
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
kind: Role
|
||
|
name: prometheus-k8s
|
||
|
subjects:
|
||
|
- kind: ServiceAccount
|
||
|
name: prometheus-k8s
|
||
|
namespace: monitoring
|
||
|
---
|
||
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||
|
kind: RoleBinding
|
||
|
metadata:
|
||
|
name: prometheus-k8s
|
||
|
namespace: default
|
||
|
roleRef:
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
kind: Role
|
||
|
name: prometheus-k8s
|
||
|
subjects:
|
||
|
- kind: ServiceAccount
|
||
|
name: prometheus-k8s
|
||
|
namespace: monitoring
|
||
|
---
|
||
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||
|
kind: ClusterRoleBinding
|
||
|
metadata:
|
||
|
name: prometheus-k8s
|
||
|
roleRef:
|
||
|
apiGroup: rbac.authorization.k8s.io
|
||
|
kind: ClusterRole
|
||
|
name: prometheus-k8s
|
||
|
subjects:
|
||
|
- kind: ServiceAccount
|
||
|
name: prometheus-k8s
|
||
|
namespace: monitoring
|