Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rawlingsj/bdf38d1fc7da37165dff5af814c90b72 to your computer and use it in GitHub Desktop.
Save rawlingsj/bdf38d1fc7da37165dff5af814c90b72 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
labels:
app: nexus
chart: nexus-0.0.14
heritage: Tiller
release: jenkins-x
name: jenkins-x-nexus
namespace: jx
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 8Gi
storageClassName: standard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment