Logo
Explore Help
Sign In
mirrors/ceph-csi
1
0
Fork 0
You've already forked ceph-csi
mirror of https://github.com/ceph/ceph-csi.git synced 2025-05-20 22:36:42 +00:00
Code Issues Packages Projects Releases Wiki Activity
ceph-csi/examples/cephfs/pod-clone.yaml

18 lines
359 B
YAML
Raw Normal View History

e2e: add/modify deployment files for cephfs snapshot/clone tests Add snapshot class, snapshot, restore, clone PVC and pod yamls for e2e test to consume Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2020-08-03 22:18:55 +05:30
---
apiVersion: v1
kind: Pod
metadata:
name: csi-cephfs-clone-demo-app
spec:
containers:
- name: web-server
e2e: use docker.io/library as prefix for official images Docker Hub offers a way to pull official images without any project prefix, like "docker.io/vault:latest". This does a redirect to the images located under "docker.io/library". By using the full qualified image name, a redirect gets removed while pulling the images. This reduces the likelyhood of hittin Docker Hub pull rate-limits. Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-11-26 13:38:10 +01:00
image: docker.io/library/nginx:latest
e2e: add/modify deployment files for cephfs snapshot/clone tests Add snapshot class, snapshot, restore, clone PVC and pod yamls for e2e test to consume Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2020-08-03 22:18:55 +05:30
volumeMounts:
- name: mypvc
mountPath: /var/lib/www/html
volumes:
- name: mypvc
persistentVolumeClaim:
claimName: cephfs-pvc-clone
readOnly: false
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 71ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API