Skip to content

Commit ed8586e

Browse files
committed
Merge remote-tracking branch 'origin/main' into ci-update-cert-manager-to-v1.17.2
2 parents 61228bb + 41d316a commit ed8586e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
apiVersion: v1
2+
kind: LimitRange
3+
metadata:
4+
name: cpu-resource-constraint
5+
spec:
6+
limits:
7+
- default: # this section defines default limits
8+
cpu: 200m
9+
memory: 64Mi
10+
defaultRequest: # this section defines default requests
11+
cpu: 50m
12+
memory: 32Mi
13+
type: Container

0 commit comments

Comments
 (0)