1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-05-24 08:16:42 +00:00

14 lines
214 B
Plaintext
Raw Normal View History

2018-01-09 13:57:14 -05:00
# 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