Skip to content

Instantly share code, notes, and snippets.

@jc1518
Created November 3, 2019 23:29
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/298473f4a0505f80d051de8823680256 to your computer and use it in GitHub Desktop.
Save jc1518/298473f4a0505f80d051de8823680256 to your computer and use it in GitHub Desktop.
Jira Postgres DB persistent volume config file on k8s
---
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: jira-postgres-pvc
labels:
app: jira-postgres
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
storageClassName: glusterfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment