15 lines
337 B
YAML
15 lines
337 B
YAML
|
successMessage: Host port is not configured
|
||
|
failureMessage: Host port should not be configured
|
||
|
category: Networking
|
||
|
target: Container
|
||
|
schema:
|
||
|
'$schema': http://json-schema.org/draft-07/schema
|
||
|
type: object
|
||
|
required:
|
||
|
properties:
|
||
|
ports:
|
||
|
type: array
|
||
|
items:
|
||
|
properties:
|
||
|
hostPort:
|
||
|
const: 0
|