Skip to content

Commit

Permalink
Adding AKS storage example (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: Madhavan Sridharan <[email protected]>
  • Loading branch information
msmygit and msmygit authored Jul 15, 2020
1 parent 4dd8e7c commit 721056a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions operator/k8s-flavors/aks/storage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: server-storage
provisioner: kubernetes.io/azure-disk
parameters:
storageaccounttype: Premium_LRS
kind: Managed
volumeBindingMode: WaitForFirstConsumer
reclaimPolicy: Delete

0 comments on commit 721056a

Please sign in to comment.