Skip to content

Instantly share code, notes, and snippets.

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