Skip to content

Commit

Permalink
chore(release): adjust resource quota (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujian7 authored and caicloud-bot committed Nov 7, 2019
1 parent 3d0e557 commit cdebe76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions release/cyclone-server.yaml
Expand Up @@ -35,11 +35,11 @@ _config:
protocol: TCP
resources:
limits:
cpu: "2"
memory: "2Gi"
cpu: "200m"
memory: "500Mi"
requests:
cpu: "250m"
memory: "256Mi"
cpu: "50m"
memory: "200Mi"
controller:
replica: 1
pod:
Expand Down
8 changes: 4 additions & 4 deletions release/workflow-controller.yaml
Expand Up @@ -18,11 +18,11 @@ _config:
value: "false"
resources:
limits:
cpu: "2"
memory: "2Gi"
cpu: "200m"
memory: "200Mi"
requests:
cpu: "250m"
memory: "256Mi"
cpu: "50m"
memory: "100Mi"
mounts:
- path: /etc/localtime
name: timezone
Expand Down

0 comments on commit cdebe76

Please sign in to comment.