Skip to content

Commit

Permalink
@alpeb's feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Matei David <[email protected]>
  • Loading branch information
mateiidavid committed Jan 4, 2024
1 parent 6a9f950 commit a083ab3
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions charts/linkerd-crds/templates/workload/external-workload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,8 @@ spec:
type: object
spec:
properties:
workloadIPs:
type: array
description: workloadIPs contains a list of IP addresses that
can be used to send traffic to the workload.
items:
type: object
properties:
ip:
type: string
meshTls:
description: tls describes mesh TLS settings associated with an
description: meshTls describes TLS settings associated with an
external workload.
properties:
identity:
Expand Down Expand Up @@ -95,10 +86,20 @@ spec:
description: protocol exposed by the port. Must be UDP or
TCP. Defaults to TCP.
type: string
default: "TCP"
workloadIPs:
type: array
description: workloadIPs contains a list of IP addresses that
can be used to send traffic to the workload.
items:
type: object
properties:
ip:
type: string
type: object
required:
- workloadIPs
- ports
- workloadIPs
status:
type: object
properties:
Expand Down

0 comments on commit a083ab3

Please sign in to comment.