File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,6 +219,25 @@ spec:
219219 delegation :
220220 description : enable behaving as a delegate VirtualService
221221 type : boolean
222+ ports :
223+ description : Service ports
224+ type : array
225+ items :
226+ type : object
227+ required : ["port"]
228+ properties :
229+ port :
230+ description : Container port number
231+ type : number
232+ portName :
233+ description : Container port name
234+ type : string
235+ appProtocol :
236+ description : Application protocol of the port
237+ type : string
238+ targetPort :
239+ description : Container target port name
240+ x-kubernetes-int-or-string : true
222241 match :
223242 description : URI match conditions
224243 type : array
Original file line number Diff line number Diff line change @@ -219,6 +219,25 @@ spec:
219219 delegation :
220220 description : enable behaving as a delegate VirtualService
221221 type : boolean
222+ ports :
223+ description : Service ports
224+ type : array
225+ items :
226+ type : object
227+ required : ["port"]
228+ properties :
229+ port :
230+ description : Container port number
231+ type : number
232+ portName :
233+ description : Container port name
234+ type : string
235+ appProtocol :
236+ description : Application protocol of the port
237+ type : string
238+ targetPort :
239+ description : Container target port name
240+ x-kubernetes-int-or-string : true
222241 match :
223242 description : URI match conditions
224243 type : array
You can’t perform that action at this time.
0 commit comments