mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-07 01:36:41 +00:00
* added more mutations and refactor test to test each mutation separately * added more mutation definitions * update spec for controller * added mutations for cpu and memory request and limits * update request memory mutation * added liveness and probes * rmeove hostport mutation * added multiple mutations for request and limits memory Co-authored-by: Robert Brennan <accounts@rbren.io>
15 lines
335 B
YAML
15 lines
335 B
YAML
successMessage: Host port is not configured
|
|
failureMessage: Host port should not be configured
|
|
category: Security
|
|
target: Container
|
|
schema:
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
type: object
|
|
required:
|
|
properties:
|
|
ports:
|
|
type: array
|
|
items:
|
|
properties:
|
|
hostPort:
|
|
const: 0 |