github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/charts/mungegithub/chart/templates/pvc.yaml (about)

     1  kind: PersistentVolumeClaim
     2  apiVersion: v1
     3  metadata:
     4    labels:
     5      app: submit-queue
     6    name: {{ .Release.Name }}
     7  spec:
     8    accessModes:
     9      - ReadWriteOnce
    10    resources:
    11      requests:
    12        storage: 10Gi