Skip to content

Instantly share code, notes, and snippets.

@ahelland
Created April 18, 2018 08:12
Show Gist options
  • Save ahelland/91f4c5f8798def8f73c1e8774df816da to your computer and use it in GitHub Desktop.
Save ahelland/91f4c5f8798def8f73c1e8774df816da to your computer and use it in GitHub Desktop.
Kubernetes YAML storage append for api-playground referred to in "Building Microservices with AKS and VSTS — Part 4"
spec:
containers:
- name: myfrontend
image: nginx
volumeMounts:
- mountPath: "/mnt/azure"
name: volume
volumes:
- name: volume
persistentVolumeClaim:
claimName: azurefile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment