Skip to content

Commit

Permalink
Read from database ini
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshhewabi committed Dec 5, 2023
1 parent 2d772a3 commit b734460
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ spec:
items:
- key: database.ini
path: database.ini
- name: application-logging-config
configMap:
name: $LOGGING_INI
items:
- key: logging.ini
path: logging.ini
- name: cache-volume
emptyDir:
sizeLimit: 100Gi
Expand All @@ -53,6 +59,10 @@ spec:
mountPath: /home/appuser/database.ini
subPath: database.ini
readOnly: true
- name: application-logging-config
mountPath: /home/appuser/logging.ini
subPath: logging.ini
readOnly: true
- name: cache-volume
mountPath: /home/appuser/mzId_convertor_temp
- name: log-volume-converter
Expand Down

0 comments on commit b734460

Please sign in to comment.