Skip to content

Instantly share code, notes, and snippets.

@g1soori
Last active August 9, 2020 08:13
Show Gist options
  • Save g1soori/bb74ef887840c263cd66ff241f8e12e6 to your computer and use it in GitHub Desktop.
Save g1soori/bb74ef887840c263cd66ff241f8e12e6 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: hyg-logs
namespace: hyg
spec:
accessModes:
- ReadWriteMany
storageClassName: azurefile-premium
resources:
requests:
storage: 5Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment