Skip to content

Commit 3767d7d

Browse files
committed
make crd
Signed-off-by: Yap Sok Ann <sokann@gmail.com>
1 parent 369c948 commit 3767d7d

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

artifacts/flagger/crd.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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

kustomize/base/flagger/crd.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)