adapt configuration for multiple domains and prod odoo
This commit is contained in:
parent
83a11bd354
commit
5915a2a014
2 changed files with 16 additions and 7 deletions
|
@ -26,19 +26,19 @@ spec:
|
|||
- name: DEBUG
|
||||
value: "false"
|
||||
- name: ALLOWED_HOSTS
|
||||
value: poc.serva.la
|
||||
value: poc.serva.la,www.serva.la,serva.la
|
||||
- name: DB_FILE
|
||||
value: /data/servala.db
|
||||
- name: ODOO_URL
|
||||
value: https://test.central.vshn.ch
|
||||
value: https://central.vshn.ch
|
||||
- name: ODOO_LEAD_CAMPAIGN_ID
|
||||
value: "6"
|
||||
value: "101"
|
||||
- name: ODOO_LEAD_SOURCE_ID
|
||||
value: "28"
|
||||
value: 703"
|
||||
- name: ODOO_LEAD_MEDIUM_ID
|
||||
value: "1"
|
||||
- name: ODOO_LEAD_TAG_ID
|
||||
value: "6"
|
||||
value: "43"
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: servala
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue