mirror of
https://gitee.com/devstar/devstar-devcontainer-operator
synced 2025-09-16 03:31:07 +00:00
Updated port num validation
This commit is contained in:
@@ -54,7 +54,7 @@ spec:
|
||||
minimum: 30000
|
||||
type: integer
|
||||
servicePort:
|
||||
minimum: 0
|
||||
minimum: 1
|
||||
type: integer
|
||||
type: object
|
||||
startingDeadlineSeconds:
|
||||
@@ -72,7 +72,7 @@ spec:
|
||||
type: string
|
||||
type: array
|
||||
containerPort:
|
||||
minimum: 0
|
||||
minimum: 1
|
||||
type: integer
|
||||
image:
|
||||
type: string
|
||||
|
Reference in New Issue
Block a user