added env variable to deploymentconfig template
This commit is contained in:
parent
0a08b10d0f
commit
77774112e4
1 changed files with 3 additions and 1 deletions
|
|
@ -284,7 +284,7 @@
|
|||
key: ARVE_API_KEY
|
||||
name: arve-api
|
||||
- name: EXTRA_PAGES
|
||||
value: '[{"url_path":"/about","filename":"about.html.j2"},{"url_path":"/calculator/user-guide","filename":"userguide.html.j2"}]'
|
||||
value: '[{"url_path":"/about","filename":"about.html.j2"},{"url_path":"/calculator-cern/user-guide","filename":"userguide.html.j2"}]'
|
||||
image: '${PROJECT_NAME}/calculator-app'
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
@ -362,6 +362,8 @@
|
|||
value: /
|
||||
- name: CAIMIRA_CALCULATOR_PREFIX
|
||||
value: /calculator-open
|
||||
- name: EXTRA_PAGES
|
||||
value: '[{"url_path":"/about","filename":"about.html.j2"},{"url_path":"/calculator-open/user-guide","filename":"userguide.html.j2"}]'
|
||||
image: '${PROJECT_NAME}/calculator-app'
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
|
|||
Loading…
Reference in a new issue