diff --git a/src/csharp/service.yaml b/src/csharp/service.yaml index 3df0ff27..bc58239f 100644 --- a/src/csharp/service.yaml +++ b/src/csharp/service.yaml @@ -9,6 +9,8 @@ spec: metadata: annotations: autoscaling.knative.dev/maxScale: '1' + run.googleapis.com/cloudsql-instances: lamp-control-469416:europe-west1:lamp-control-db + run.googleapis.com/execution-environment: gen2 run.googleapis.com/startup-cpu-boost: 'true' run.googleapis.com/container-dependencies: "{app:[collector]}" spec: diff --git a/src/go/service.yaml b/src/go/service.yaml index 2a78e5bf..ea712b1f 100644 --- a/src/go/service.yaml +++ b/src/go/service.yaml @@ -9,6 +9,8 @@ spec: metadata: annotations: autoscaling.knative.dev/maxScale: '1' + run.googleapis.com/cloudsql-instances: lamp-control-469416:europe-west1:lamp-control-db + run.googleapis.com/execution-environment: gen2 run.googleapis.com/startup-cpu-boost: 'true' run.googleapis.com/container-dependencies: "{app:[collector]}" spec: diff --git a/src/java/service.yaml b/src/java/service.yaml index 280fdb24..e99b0190 100644 --- a/src/java/service.yaml +++ b/src/java/service.yaml @@ -9,6 +9,8 @@ spec: metadata: annotations: autoscaling.knative.dev/maxScale: '1' + run.googleapis.com/cloudsql-instances: lamp-control-469416:europe-west1:lamp-control-db + run.googleapis.com/execution-environment: gen2 run.googleapis.com/startup-cpu-boost: 'true' run.googleapis.com/container-dependencies: "{app:[collector]}" spec: diff --git a/src/kotlin/service.yaml b/src/kotlin/service.yaml index be7b8cb9..5c3c4962 100644 --- a/src/kotlin/service.yaml +++ b/src/kotlin/service.yaml @@ -9,6 +9,8 @@ spec: metadata: annotations: autoscaling.knative.dev/maxScale: '1' + run.googleapis.com/cloudsql-instances: lamp-control-469416:europe-west1:lamp-control-db + run.googleapis.com/execution-environment: gen2 run.googleapis.com/startup-cpu-boost: 'true' run.googleapis.com/container-dependencies: "{app:[collector]}" spec: diff --git a/src/python/service.yaml b/src/python/service.yaml index 7da2c26a..47a65ac6 100644 --- a/src/python/service.yaml +++ b/src/python/service.yaml @@ -9,6 +9,8 @@ spec: metadata: annotations: autoscaling.knative.dev/maxScale: '1' + run.googleapis.com/cloudsql-instances: lamp-control-469416:europe-west1:lamp-control-db + run.googleapis.com/execution-environment: gen2 run.googleapis.com/startup-cpu-boost: 'true' run.googleapis.com/container-dependencies: "{app:[collector]}" spec: diff --git a/src/typescript/service.yaml b/src/typescript/service.yaml index 88394168..3b5edf35 100644 --- a/src/typescript/service.yaml +++ b/src/typescript/service.yaml @@ -9,6 +9,8 @@ spec: metadata: annotations: autoscaling.knative.dev/maxScale: '1' + run.googleapis.com/cloudsql-instances: lamp-control-469416:europe-west1:lamp-control-db + run.googleapis.com/execution-environment: gen2 run.googleapis.com/startup-cpu-boost: 'true' run.googleapis.com/container-dependencies: "{app:[collector]}" spec: