Skip to content

Commit 644490f

Browse files
authored
add ephemeral-storage to container (#268)
Signed-off-by: Allen Li <[email protected]>
1 parent d2ade95 commit 644490f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bundle/manifests/ibm-namespace-scope-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ spec:
125125
memory: 512Mi
126126
requests:
127127
cpu: 100m
128+
ephemeral-storage: 256Mi
128129
memory: 200Mi
129130
securityContext:
130131
allowPrivilegeEscalation: false

config/manager/manager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ spec:
6262
requests:
6363
cpu: 100m
6464
memory: 200Mi
65+
ephemeral-storage: 256Mi
6566
securityContext:
6667
allowPrivilegeEscalation: false
6768
capabilities:

0 commit comments

Comments
 (0)