Compare commits
2 Commits
master
...
b786ac8fda
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b786ac8fda | ||
|
|
bbbea24bf0 |
@@ -38,8 +38,7 @@ spec:
|
|||||||
mountPath: /bitnami/odoo
|
mountPath: /bitnami/odoo
|
||||||
volumes:
|
volumes:
|
||||||
- name: odoo-data
|
- name: odoo-data
|
||||||
persistentVolumeClaim:
|
emptyDir: {}
|
||||||
claimName: odoo-pvc
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|||||||
11
odoo-pvc.yml
11
odoo-pvc.yml
@@ -1,11 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
metadata:
|
|
||||||
name: odoo-pvc
|
|
||||||
namespace: odoo
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 10Gi
|
|
||||||
Reference in New Issue
Block a user