init commit

This commit is contained in:
2026-04-25 14:43:45 +00:00
commit 30af3165e4
26 changed files with 16629 additions and 0 deletions
@@ -0,0 +1,39 @@
---
"kind": "ServiceAccount"
"apiVersion": "v1"
"metadata":
"name": "promtail"
"namespace": "loki"
---
"kind": "ClusterRole"
"apiVersion": "rbac.authorization.k8s.io/v1"
"metadata":
"name": "promtail"
"rules":
-
"verbs":
- "get"
- "list"
- "watch"
"apiGroups":
- ""
"resources":
- "nodes"
- "nodes/proxy"
- "services"
- "endpoints"
- "pods"
---
"kind": "ClusterRoleBinding"
"apiVersion": "rbac.authorization.k8s.io/v1"
"metadata":
"name": "promtail"
"subjects":
-
"kind": "ServiceAccount"
"name": "promtail"
"namespace": "loki"
"roleRef":
"apiGroup": "rbac.authorization.k8s.io"
"kind": "ClusterRole"
"name": "promtail"