Open antont opened 8 months ago
Oh I think it's actually possible to set preserve_external_changes
to true and then edit the autodeployed YAML manually, we'll go with this now.
Update: we failed doing this so far, though, so hints are welcome..
What sort of configuration options could be added here? Could you give me an example of a use case where you'd need to edit it?
Hi, is it possible to somehow configure the option that Cloud Run has for CPU allocation?
It's like this in the Run YAML:
where the bool is:
That's from https://cloud.google.com/run/docs/configuring/cpu-allocation#yaml
The Python lib here has many related options, such as cpu min-instances, and a way to set labels, but that
annotations
part is not mentioned in the docs, https://firebase.google.com/docs/reference/functions/2nd-gen/python/firebase_functions.options#firebase_functions.options.EventHandlerOptions