flexvolume/blobfuse/nginx-flex-blobfuse.yaml (23 lines of code) (raw):
---
apiVersion: v1
kind: Pod
metadata:
name: nginx-flex-blobfuse
spec:
containers:
- name: nginx-flex-blobfuse
image: nginx
volumeMounts:
- name: test
mountPath: /data
volumes:
- name: test
flexVolume:
driver: "azure/blobfuse"
readOnly: false
secretRef:
name: blobfusecreds
options:
container: CONTAINER-NAME
tmppath: /tmp/blobfuse
mountoptions: "--file-cache-timeout-in-seconds=120"