RunwayService
This type of workload deploys a Cloud Run Service.
gRPC
If you are deploying a gRPC service, set your backend_protocol
to HTTP2
.
Cloudflare
If you are deploying a public-facing service but you only want to allow Cloudflare-initiated connections,
you just need to set spec.network_policies.cloudflare: true
, which will only allow inbound traffic from
the Cloudflare IP ranges.
Container Image
You will notice spec.image
is defined in the schema, however it is deprecated. You need to define
your image
as an input when including the runwayctl
project.
For example:
Example
Refer to the schema for all supported configuration options.