Skip to content

Commit d5f93f6

Browse files
committed
Merge remote-tracking branch 'origin/main' into ci-update-opentelemetry-operator-to-0.87.0
2 parents bc7020d + 41d316a commit d5f93f6

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)