initial commit (skeleton)

This commit is contained in:
Mingchen Dai
2024-09-10 08:25:32 +00:00
commit 7b1e15cfc2
46 changed files with 2689 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: metrics-reader
rules:
- nonResourceURLs:
- "/metrics"
verbs:
- get