Skip to content

Commit

Permalink
Add google cloud run minScale annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed May 24, 2024
1 parent e375b31 commit 0d612af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run-service-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: prod-comfy-backend
annotations:
run.googleapis.com/minScale: '1'
spec:
template:
metadata:
Expand Down
2 changes: 2 additions & 0 deletions run-service-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: staging-comfy-backend
annotations:
run.googleapis.com/minScale: '1'
spec:
template:
metadata:
Expand Down

0 comments on commit 0d612af

Please sign in to comment.