longhorn/examples/example.yaml
Sheng Yang a91da5cbe7 Update longhorn-manager and UI
Match longhorn-manager: 7db0d8bd7a69bdfc0bf1a299f3929448aff977d3

Mostly bug fixes and clean up.
2018-03-22 15:57:12 -07:00

26 lines
497 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: volume-test
namespace: default
spec:
containers:
- name: volume-test
image: nginx:stable-alpine
imagePullPolicy: IfNotPresent
volumeMounts:
- name: voll
mountPath: /data
ports:
- containerPort: 80
volumes:
- name: voll
flexVolume:
driver: "rancher.io/longhorn"
fsType: "ext4"
options:
size: "2Gi"
numberOfReplicas: "3"
staleReplicaTimeout: "20"
fromBackup: ""