Skip to content

Commit

Permalink
Remove minscale. Causing errors:
Browse files Browse the repository at this point in the history
rror deploying Cloud Run Service: googleapi: Error 400: The feature 'Per-service minimum instances' is not supported in the declared launch stage on resource staging-comfy-backend.
  • Loading branch information
robinjhuang committed May 24, 2024
1 parent fc78c2e commit 56bc58d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions run-service-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ 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: 0 additions & 2 deletions run-service-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ 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 56bc58d

Please sign in to comment.