mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +00:00
fc841c0417
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
10 lines
156 B
YAML
10 lines
156 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: pod
|
|
spec:
|
|
containers:
|
|
- name: container
|
|
image: nginx:latest
|
|
ports:
|
|
- containerPort: 80
|