Skip to content

Commit be56667

Browse files
manifests: add $GOMEMLIMIT to PSM
This component has inuse_space around 3MiB in the wild. Signed-off-by: Steve Kuznetsov <[email protected]>
1 parent 6799db7 commit be56667

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

manifests/0000_50_olm_06-psm-operator.deployment.ibm-cloud-managed.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@ spec:
5858
value: 5m
5959
- name: RELEASE_VERSION
6060
value: "0.0.1-snapshot"
61+
- name: GOMEMLIMIT
62+
value: "5MiB"
6163
resources:
6264
requests:
6365
cpu: 10m
64-
memory: 50Mi
66+
memory: 10Mi
6567
livenessProbe:
6668
httpGet:
6769
path: /healthz

manifests/0000_50_olm_06-psm-operator.deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@ spec:
5858
value: 5m
5959
- name: RELEASE_VERSION
6060
value: "0.0.1-snapshot"
61+
- name: GOMEMLIMIT
62+
value: "5MiB"
6163
resources:
6264
requests:
6365
cpu: 10m
64-
memory: 50Mi
66+
memory: 10Mi
6567
livenessProbe:
6668
httpGet:
6769
path: /healthz

scripts/generate_crds_manifests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,12 @@ spec:
168168
value: 5m
169169
- name: RELEASE_VERSION
170170
value: "0.0.1-snapshot"
171+
- name: GOMEMLIMIT
172+
value: "5MiB"
171173
resources:
172174
requests:
173175
cpu: 10m
174-
memory: 50Mi
176+
memory: 10Mi
175177
livenessProbe:
176178
httpGet:
177179
path: /healthz

0 commit comments

Comments
 (0)