Skip to content

Commit

Permalink
Modify the controller's resource allocation settings; otherwise, it m…
Browse files Browse the repository at this point in the history
…ay experience instability when deployed in the cluster.
  • Loading branch information
Filtee committed Jun 23, 2024
1 parent 139ef24 commit 34b2c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dlrover/go/operator/config/manifests/bases/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 128Mi
memory: 4090Mi
requests:
cpu: 10m
memory: 64Mi
memory: 4090Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit 34b2c4b

Please sign in to comment.