mirror of
https://github.com/jominjun94/k8s-cpu-limit-check-operator.git
synced 2026-01-29 21:55:38 +00:00
feat: add cpu-reaper-operator source code
This commit is contained in:
12
config/rbac/auth_proxy_client_clusterrole.yaml
Normal file
12
config/rbac/auth_proxy_client_clusterrole.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: cpu-reaper-operator
|
||||
app.kubernetes.io/managed-by: kustomize
|
||||
name: metrics-reader
|
||||
rules:
|
||||
- nonResourceURLs:
|
||||
- "/metrics"
|
||||
verbs:
|
||||
- get
|
||||
Reference in New Issue
Block a user