Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 8c638c4

Browse files
removed limits for containers
1 parent c3a5542 commit 8c638c4

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

resources/deployment.yaml

-14
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ spec:
3535
containers:
3636
- name: objectstorage-sample-driver
3737
image: quay.io/containerobjectstorage/objectstorage-sample-driver:latest
38-
resources:
39-
limits:
40-
cpu: 1
41-
memory: 1Gi
42-
requests:
43-
cpu: 100m
44-
memory: 100Mi
4538
args:
4639
- "--listen-address=$(LISTEN_ADDRESS)"
4740
- "--s3-endpoint=$(S3_ENDPOINT)"
@@ -52,13 +45,6 @@ spec:
5245
name: objectstorage-provisioner
5346
- name: objectstorage-provisioner-sidecar
5447
image: quay.io/containerobjectstorage/objectstorage-sidecar:latest
55-
resources:
56-
limits:
57-
cpu: 1
58-
memory: 1Gi
59-
requests:
60-
cpu: 100m
61-
memory: 100Mi
6248
env:
6349
- name: CONNECT_ADDRESS
6450
valueFrom:

0 commit comments

Comments
 (0)