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 <[email protected]>
  • Loading branch information
stevekuznetsov committed Aug 18, 2023
1 parent f2de7eb commit 08aa6dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 scripts/generate_crds_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,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

0 comments on commit 08aa6dd

Please sign in to comment.