1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

chore: add metrics to config

This commit is contained in:
Amir Raminfar
2025-02-11 14:54:30 -08:00
parent 8c9c9a83af
commit 2a70d0b458

View File

@@ -13,6 +13,9 @@ rules:
- apiGroups: [""]
resources: ["pods", "pods/log", "nodes"]
verbs: ["get", "list", "watch"]
- apiGroups: ["metrics.k8s.io"]
resources: ["pods"]
verbs: ["get", "list"]
---
# clusterrolebinding.yaml
apiVersion: rbac.authorization.k8s.io/v1