mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-15 05:37:21 +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 * submit for review for potential bug * remove outdated files * fix test cases Co-authored-by: Robert Brennan <contact@rbren.io> Co-authored-by: Robert Brennan <accounts@rbren.io>
13 lines
198 B
YAML
13 lines
198 B
YAML
apiVersion: v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nginx
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx
|
|
securityContext:
|
|
runAsNonRoot: false
|