che-server/deploy/openshift/multi-user/postgres/postgres-data-claim.yaml

15 lines
245 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
creationTimestamp: null
labels:
io.kompose.service: postgres-data
name: postgres-data
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
status: {}