Skip to content

Commit df8a55a

Browse files
committed
🛂 auth
modified: config/manager/manager.yaml; modified: config/rbac/role.yaml
1 parent 33c43ae commit df8a55a

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

config/manager/manager.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ spec:
4848
resources:
4949
limits:
5050
cpu: 1
51-
memory: 1Gi
51+
memory: 5Gi
5252
requests:
53-
cpu: 100m
54-
memory: 20Mi
53+
cpu: 500m
54+
memory: 100Mi
5555
terminationGracePeriodSeconds: 10

config/rbac/role.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@ rules:
88
- apiGroups:
99
- ""
1010
resources:
11-
- pods
11+
- "*"
12+
verbs:
13+
- get
14+
- list
15+
- patch
16+
- update
17+
- watch
18+
- apiGroups:
19+
- "apps"
20+
resources:
21+
- "*"
1222
verbs:
1323
- get
1424
- list

0 commit comments

Comments
 (0)