Skip to content

Type Alias: ExposedPort

ts
type ExposedPort = object;

Job definition types for creating Nosana jobs

Properties

health_checks?

ts
optional health_checks: HealthCheck[];

port

ts
port: number;

type?

ts
optional type: ServiceType;