Skip to content

Commit

Permalink
feat: new configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk committed Nov 30, 2020
1 parent d2bb471 commit a3d094c
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ spec:
- name: broadsea-config-local
configMap:
name: broadsea-config-local
- name: broadsea-app-local
configMap:
name: broadsea-app-local
containers:
- name: ohdsi-broadsea-webtools
GEN3_OHDSI_BROADSEA_WEBTOOLS_IMAGE|-image: ohdsi/broadsea-webtools:latest-|
Expand All @@ -61,6 +64,10 @@ spec:
readOnly: true
mountPath: /usr/local/tomcat/webapps/atlas/js/config-local.js
subPath: config-local.js
- name: broadsea-app-local
readOnly: true
mountPath: /usr/local/tomcat/webapps/atlas/js/config/app.js
subPath: app.js
imagePullPolicy: Always
resources:
requests:
Expand Down

0 comments on commit a3d094c

Please sign in to comment.