Skip to content

Instantly share code, notes, and snippets.

@rajitha1998
Last active March 24, 2021 23:07
Show Gist options
  • Save rajitha1998/1a96cbc75309d5dfce6c0b6ac948d31c to your computer and use it in GitHub Desktop.
Save rajitha1998/1a96cbc75309d5dfce6c0b6ac948d31c to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: lightnig
namespace: lightningfaas
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment