Skip to content

Commit

Permalink
cloud: Raise Grafana capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
spbnick committed Feb 9, 2024
1 parent a6c8b76 commit 35d9d5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kcidb/cloud/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,13 @@ function run_deploy() {
metadata:
annotations:
autoscaling.knative.dev/minScale: "0"
autoscaling.knative.dev/maxScale: "1"
autoscaling.knative.dev/maxScale: "4"
run.googleapis.com/container-dependencies:
'{"grafana": ["cloud-sql-proxy"]}'
spec:
serviceAccountName:
"$grafana_service@$project.iam.gserviceaccount.com"
containerConcurrency: 256
containers:
- image: docker.io/grafana/grafana:6.6.0
name: grafana
Expand Down

0 comments on commit 35d9d5d

Please sign in to comment.