Compare commits
1 Commits
master
...
b4e4471cbf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4e4471cbf |
@@ -38,8 +38,7 @@ spec:
|
||||
mountPath: /bitnami/odoo
|
||||
volumes:
|
||||
- name: odoo-data
|
||||
persistentVolumeClaim:
|
||||
claimName: odoo-pvc
|
||||
emptyDir: {}
|
||||
---
|
||||
apiVersion: v1
|
||||
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
|
||||
@@ -26,7 +26,7 @@ spec:
|
||||
secretKeyRef:
|
||||
name: odoo-secret
|
||||
key: DB_PASSWORD
|
||||
- name: POSTGRESQL_USERNAME
|
||||
- name: POSTGRES_USERNAME
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: odoo-configmap
|
||||
|
||||
Reference in New Issue
Block a user