Skip to content

Commit e6ff067

Browse files
authored
fix: make targetPort int
1 parent a5cdeed commit e6ff067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_types/container/common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ data_types:
105105
- 'SCTP'
106106
targetPort:
107107
description: Port inside container (Kubernetes-style)
108-
type: string
108+
type: integer
109109
required: false
110110

111111
# Kubernetes ContainerPort fields

0 commit comments

Comments
 (0)