8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
10 lines
No EOL
136 B
YAML
10 lines
No EOL
136 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: nginx
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx
|
|
ports:
|
|
- containerPort: 80 |