8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
13 lines
214 B
Text
13 lines
214 B
Text
# Copy of pod.yaml without file extension for test
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: nginx
|
|
labels:
|
|
name: nginx
|
|
spec:
|
|
containers:
|
|
- name: nginx
|
|
image: nginx
|
|
ports:
|
|
- containerPort: 80
|