Properties
Optional arguments
arguments?: string[]
Optional command
command?: string[]
Optional configuration
configuration?: Record<string, unknown>
Optional container_cpu
container_cpu?: number
Optional container_memory_mb
container_memory_mb?: number
Optional database_bindings
database_bindings?: string[]
Optional depends_on
depends_on?: string[]
Optional environment
environment?: Record<string, null | string | number | boolean>
Optional game_build_id
game_build_id?: string
Optional health_check_path
health_check_path?: string
Optional is_primary
is_primary?: boolean
Optional liveness_check_path
liveness_check_path?: string
Optional max_replicas
max_replicas?: number
Optional min_replicas
min_replicas?: number
Optional name
name?: string
Optional public_paths
public_paths?: string[]
Optional readiness_check_path
readiness_check_path?: string
Optional runtime
runtime?: "node" | "python" | "rust" | "container"
Optional schedule_cron
schedule_cron?: string
Optional startup_check_path
startup_check_path?: string
Optional target_port
target_port?: number
Optional termination_grace_seconds
termination_grace_seconds?: number
Optional transport
transport?: "http" | "http2" | "tcp"