Skip to content

Instantly share code, notes, and snippets.

@satyaj
Created March 16, 2021 11:05
Show Gist options
  • Save satyaj/c3b293ffdfba2af27f286ba3f964d6cd to your computer and use it in GitHub Desktop.
Save satyaj/c3b293ffdfba2af27f286ba3f964d6cd to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
# This name uniquely identifies the PVC. Will be used in deployment below.
name: system-storage
namespace: "{{ threescale_project }}"
labels:
app: 3scale-api-management
threescale_component: system
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storageClassName: gp2
volumeMode: Filesystem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment