1
0
Fork 0
This repository has been archived on 2022-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
odoo-pos-distribution/deployment/odoo-pvc.yaml

17 lines
274 B
YAML
Raw Normal View History

2019-07-22 20:33:00 +00:00
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
labels:
app: odoo
name: odoo-data
namespace: pos
2019-08-04 19:30:43 +00:00
annotations:
appuio.ch/backup: "true"
2019-07-22 20:33:00 +00:00
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 500Mi
storageClassName: local-path