mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-14 13:16:54 +00:00
* Initial checkin for recategorizing checks * Fix tests * Fix tests * Update example output
22 lines
410 B
YAML
22 lines
410 B
YAML
successMessage: Liveness probe is configured
|
|
failureMessage: Liveness probe should be configured
|
|
category: Reliability
|
|
controllers:
|
|
exclude:
|
|
- Job
|
|
- CronJob
|
|
containers:
|
|
exclude:
|
|
- initContainer
|
|
target: Container
|
|
schema:
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
type: object
|
|
required:
|
|
- livenessProbe
|
|
properties:
|
|
livenessProbe:
|
|
type: object
|
|
not:
|
|
const: null
|