DeploymentPort: {
    port: number;
    protocol: "tcp" | "http" | "http2";
}

Type declaration

  • port: number
  • protocol: "tcp" | "http" | "http2"