Skip to content

Commit

Permalink
fix(web_service): update web service to use cpu boost for quicker sta…
Browse files Browse the repository at this point in the history
…rt up times (#235)
  • Loading branch information
ollz272 authored Apr 30, 2023
1 parent 80d804b commit 301737c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions services/web_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ metadata:
run.googleapis.com/client-name: cloud-console
serving.knative.dev/creator: oli.edmund.parker@gmail.com
serving.knative.dev/lastModifier: oli.edmund.parker@gmail.com
run.googleapis.com/operation-id: 0f14d534-9526-4cd8-9373-152369832368
run.googleapis.com/ingress: all
run.googleapis.com/ingress-status: all
autoscaling.knative.dev/minScale: '1'
autoscaling.knative.dev/maxScale: '100'
run.googleapis.com/operation-id: c93ff518-487c-4e3b-bfac-20260ba2aae9
run.googleapis.com/cpu-throttling: 'true'
run.googleapis.com/startup-cpu-boost: 'true'
spec:
template:
metadata:
Expand Down

0 comments on commit 301737c

Please sign in to comment.