mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-14 13:16:54 +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>
12 lines
143 B
YAML
12 lines
143 B
YAML
apiVersion: v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: nginx
|
|
labels:
|
|
env: test
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
spec:
|
|
containers: []
|