Compare commits
2 Commits
c758570ad9
...
b786ac8fda
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b786ac8fda | ||
|
|
bbbea24bf0 |
@@ -22,9 +22,15 @@ spec:
|
||||
- name: ALLOW_EMPTY_PASSWORD
|
||||
value: "yes"
|
||||
- name: ODOO_DATABASE_USER
|
||||
value: odoo
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: odoo-configmap
|
||||
key: DB_USER
|
||||
- name: ODOO_DATABASE_PASSWORD
|
||||
value: k8smaestro
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: odoo-secret
|
||||
key: DB_PASSWORD
|
||||
- name: ODOO_DATABASE_NAME
|
||||
value: k8smaestro
|
||||
volumeMounts:
|
||||
|
||||
@@ -22,9 +22,15 @@ spec:
|
||||
- name: POSTGRESQL_DATABASE
|
||||
value: k8smaestro
|
||||
- name: POSTGRESQL_PASSWORD
|
||||
value: k8smaestro
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: odoo-secret
|
||||
key: DB_PASSWORD
|
||||
- name: POSTGRESQL_USERNAME
|
||||
value: odoo
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: odoo-configmap
|
||||
key: DB_USER
|
||||
volumeMounts:
|
||||
- name: postgres-storage
|
||||
mountPath: /bitnami/postgresql
|
||||
|
||||
Reference in New Issue
Block a user