16 lines
316 B
YAML
Raw Normal View History

2018-01-09 13:57:14 -05:00
kind: Pod
apiVersion: v1
metadata:
name: pod-sio-small
spec:
containers:
- name: pod-sio-small-container
2018-03-06 17:33:18 -05:00
image: k8s.gcr.io/test-webserver
2018-01-09 13:57:14 -05:00
volumeMounts:
- mountPath: /test
name: test-data
volumes:
- name: test-data
persistentVolumeClaim:
claimName: pvc-sio-small