Created
April 18, 2018 08:12
-
-
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"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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