Skip to content

Commit

Permalink
fix: update the resources of manager to avoid OOM (#380)
Browse files Browse the repository at this point in the history
Signed-off-by: arkbriar <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
arkbriar and mergify[bot] authored Mar 13, 2023
1 parent 8630519 commit 3b22950
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 500Mi
requests:
cpu: 100m
memory: 20Mi
memory: 100Mi
volumeMounts:
- name: controller-manager-config
mountPath: "/config"
Expand Down
6 changes: 3 additions & 3 deletions config/risingwave-operator-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18586,11 +18586,11 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 500Mi
requests:
cpu: 100m
memory: 20Mi
memory: 100Mi
securityContext:
allowPrivilegeEscalation: false
volumeMounts:
Expand Down
6 changes: 3 additions & 3 deletions config/risingwave-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18586,11 +18586,11 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 200m
memory: 100Mi
cpu: 500m
memory: 500Mi
requests:
cpu: 100m
memory: 20Mi
memory: 100Mi
securityContext:
allowPrivilegeEscalation: false
volumeMounts:
Expand Down

0 comments on commit 3b22950

Please sign in to comment.