GCP - Cloud Run
Given this Cloud Run service configuration snippet, what happens when traffic increases?
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: hello-service
spec:
template:
spec:
containers:
- image: gcr.io/my-project/hello-image
resources:
limits:
cpu: 1
memory: 512Mi
