kubeeye/checks/readinessProbeMissing.yaml

22 lines
416 B
YAML
Raw Normal View History

2020-12-25 17:20:10 +08:00
#successMessage: Readiness probe is configured
promptMessage: Readiness probe should be configured
category: Health Checks
controllers:
exclude:
2020-12-16 16:31:29 +08:00
- Job
- CronJob
containers:
exclude:
2020-12-16 16:31:29 +08:00
- initContainer
target: Container
schema:
'$schema': http://json-schema.org/draft-07/schema
type: object
required:
2020-12-16 16:31:29 +08:00
- readinessProbe
properties:
readinessProbe:
type: object
not:
const: null