Skip to content

Commit a5475bd

Browse files
authored
update size for MongoDB (#383)
1 parent 3a9c120 commit a5475bd

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

controllers/size/small_amd64.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ const Small = `
5858
replicas: 3
5959
resources:
6060
limits:
61-
cpu: 1500m
62-
memory: 1Gi
61+
cpu: 1000m
62+
memory: 640Mi
6363
requests:
6464
cpu: 500m
65-
memory: 1Gi
65+
memory: 640Mi
6666
- name: ibm-iam-operator
6767
spec:
6868
authentication:

controllers/size/small_ppc64le.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ const Small = `
5858
replicas: 3
5959
resources:
6060
limits:
61-
cpu: 1500m
62-
memory: 1Gi
61+
cpu: 1000m
62+
memory: 700Mi
6363
requests:
6464
cpu: 500m
65-
memory: 1Gi
65+
memory: 700Mi
6666
- name: ibm-iam-operator
6767
spec:
6868
authentication:

controllers/size/small_s390x.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ const Small = `
5858
replicas: 3
5959
resources:
6060
limits:
61-
cpu: 1500m
62-
memory: 1Gi
61+
cpu: 1000m
62+
memory: 700Mi
6363
requests:
6464
cpu: 500m
65-
memory: 1Gi
65+
memory: 700Mi
6666
- name: ibm-iam-operator
6767
spec:
6868
authentication:

0 commit comments

Comments
 (0)