From 56bc58da530f4d55fd019ad2fad18b970878cfc5 Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Fri, 24 May 2024 10:56:58 -0700 Subject: [PATCH] Remove minscale. Causing errors: 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. --- run-service-prod.yaml | 2 -- run-service-staging.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/run-service-prod.yaml b/run-service-prod.yaml index a861959..878ea7c 100644 --- a/run-service-prod.yaml +++ b/run-service-prod.yaml @@ -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: diff --git a/run-service-staging.yaml b/run-service-staging.yaml index cb6e363..a882731 100644 --- a/run-service-staging.yaml +++ b/run-service-staging.yaml @@ -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: