Skip to content

Commit

Permalink
chore(release): adjust resource quota (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujian7 committed Jun 30, 2020
1 parent d5ff4ff commit 0e7ee14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions release/cyclone-server.yaml
Expand Up @@ -55,11 +55,11 @@ _config:
protocol: TCP
resources:
limits:
cpu: "200m"
memory: "500Mi"
cpu: "150m"
memory: "300Mi"
requests:
cpu: "50m"
memory: "200Mi"
memory: "100Mi"
controller:
replica: 1
pod:
Expand Down
4 changes: 2 additions & 2 deletions release/workflow-controller.yaml
Expand Up @@ -31,8 +31,8 @@ _config:
value: "false"
resources:
limits:
cpu: "200m"
memory: "200Mi"
cpu: "150m"
memory: "300Mi"
requests:
cpu: "50m"
memory: "100Mi"
Expand Down

0 comments on commit 0e7ee14

Please sign in to comment.