mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-14 05:06:59 +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 * delete misspelled file folder readinessProb Co-authored-by: Robert Brennan <accounts@rbren.io>
14 lines
204 B
YAML
14 lines
204 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: nginx
|
|
labels:
|
|
app.kubernetes.io/name: nginx
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx
|
|
ports:
|
|
- containerPort: 80
|
|
hostPort: 8080
|