Skip to content

Instantly share code, notes, and snippets.

@jc1518
Created November 3, 2019 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jc1518/dc12ce33154ee0e5440502dcb4eb06f4 to your computer and use it in GitHub Desktop.
Save jc1518/dc12ce33154ee0e5440502dcb4eb06f4 to your computer and use it in GitHub Desktop.
Jira shared home persistent volume config file on k8s
---
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: jira-share-pvc
labels:
app: jira-share
spec:
accessModes:
- ReadWriteMany
storageClassName: glusterfs
resources:
requests:
storage: 10Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment