vitastor/csi/deploy/example-test-pod.yaml

18 lines
351 B
YAML
Raw Normal View History

2022-04-17 15:43:37 +03:00
apiVersion: v1
kind: Pod
metadata:
name: vitastor-test-nginx
namespace: default
spec:
containers:
- name: vitastor-test-nginx
image: nginx
volumeMounts:
- mountPath: /usr/share/nginx/html/s3
name: data
volumes:
- name: data
persistentVolumeClaim:
claimName: test-vitastor-pvc
readOnly: false