feat(remoteingress): derive effective remote ingress listen ports from route configs and expose them via ops API
This commit is contained in:
@@ -17,7 +17,7 @@ export interface IReq_CreateRemoteIngress extends plugins.typedrequestInterfaces
|
||||
request: {
|
||||
identity?: authInterfaces.IIdentity;
|
||||
name: string;
|
||||
listenPorts: number[];
|
||||
listenPorts?: number[];
|
||||
tags?: string[];
|
||||
};
|
||||
response: {
|
||||
|
||||
Reference in New Issue
Block a user