We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c43ae commit df8a55aCopy full SHA for df8a55a
config/manager/manager.yaml
@@ -48,8 +48,8 @@ spec:
48
resources:
49
limits:
50
cpu: 1
51
- memory: 1Gi
+ memory: 5Gi
52
requests:
53
- cpu: 100m
54
- memory: 20Mi
+ cpu: 500m
+ memory: 100Mi
55
terminationGracePeriodSeconds: 10
config/rbac/role.yaml
@@ -8,7 +8,17 @@ rules:
8
- apiGroups:
9
- ""
10
11
- - pods
+ - "*"
12
+ verbs:
13
+ - get
14
+ - list
15
+ - patch
16
+ - update
17
+ - watch
18
+- apiGroups:
19
+ - "apps"
20
+ resources:
21
22
verbs:
23
- get
24
- list
0 commit comments