mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-09 10:47:05 +00:00
* add file structure and success/failure yaml files * add success/fail check tests for liveness probe missing * add success/fail check tests for readiness probe missing * add cpu limit missing success/failure * add cpu requests missing success/failure * add hostPortMissing success/failure * add readinessProbeMissing success/failure * Add success/failure test for dangerousCapabilities * add success test * add success/failure tests * name change pdbDisruptionsGreaterThanZero to pdbDisruptionsIsZero for test Co-authored-by: Robert Brennan <accounts@rbren.io>
11 lines
167 B
YAML
11 lines
167 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: nginx
|
|
labels:
|
|
app.kubernetes.io/name: nginx
|
|
spec:
|
|
hostNetwork: false
|
|
containers:
|
|
- name: nginx
|
|
image: nginx |