1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-03-01 05:19:30 +00:00
ceph-csi/vendor/k8s.io/kubernetes/test/e2e/testing-manifests/pod

14 lines
214 B
Plaintext
Raw Normal View History

# 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