added env variable to deploymentconfig template

This commit is contained in:
Luis Aleixo 2023-05-11 11:55:56 +02:00
parent 0a08b10d0f
commit 77774112e4

View file

@ -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