Skip to content

Commit

Permalink
manifests: add $GOMEMLIMIT to PSM
Browse files Browse the repository at this point in the history
This component has inuse_space around 3MiB in the wild.

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
  • Loading branch information
stevekuznetsov committed Aug 17, 2023
1 parent f2de7eb commit bc08216
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Expand Up @@ -54,10 +54,12 @@ spec:
fieldPath: metadata.namespace
- name: RELEASE_VERSION
value: "0.0.1-snapshot"
- name: GOMEMLIMIT
value: "5MiB"
resources:
requests:
cpu: 10m
memory: 50Mi
memory: 10Mi
livenessProbe:
httpGet:
path: /healthz
Expand Down
4 changes: 3 additions & 1 deletion manifests/0000_50_olm_06-psm-operator.deployment.yaml
Expand Up @@ -54,10 +54,12 @@ spec:
fieldPath: metadata.namespace
- name: RELEASE_VERSION
value: "0.0.1-snapshot"
- name: GOMEMLIMIT
value: "5MiB"
resources:
requests:
cpu: 10m
memory: 50Mi
memory: 5Mi
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit bc08216

Please sign in to comment.