Skip to content

Commit

Permalink
modify the cpu request
Browse files Browse the repository at this point in the history
  • Loading branch information
WakeupTsai committed Sep 25, 2018
1 parent 6503fa0 commit abdd366
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ apps:
# vortex/deploy/helm/apps/charts/metrics-server
metrics-server:
controller:
cpu: 10m
cpu: 30m
# vortex/deploy/helm/apps/charts/prometheus
prometheus:
controller:
replicaCount: 1
imageTag: v2.2.1
scrapeInterval: 5s
retention: 24h
cpu: 50m
cpu: 30m
service:
nodePort: true
# vortex/deploy/helm/apps/charts/prometheus/charts/alertmanager
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/config/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ apps:
openvswitch-exec:
controller:
imageTag: latest
cpu: 20m
cpu: 10m
# vortex/deploy/helm/apps/charts/metrics-server
metrics-server:
controller:
cpu: 20m
cpu: 100m
# vortex/deploy/helm/apps/charts/prometheus
prometheus:
controller:
Expand Down

0 comments on commit abdd366

Please sign in to comment.