mysql issue fix 1

This commit is contained in:
Vaibhav Pathak 2026-01-30 12:11:02 +05:30
parent f7c1ed5830
commit 713cdac4be
3 changed files with 3 additions and 4 deletions

View File

@ -112,8 +112,7 @@ spec:
mountPath: {{ .Values.config.mountPath }} mountPath: {{ .Values.config.mountPath }}
{{- end }} {{- end }}
- name: db-config - name: db-config
mountPath: /etc/onlinesales/config/schedulerService/hibernate.cfg.xml mountPath: /etc/onlinesales/db
subPath: hibernate.cfg.xml
readOnly: true readOnly: true
{{- with .Values.env }} {{- with .Values.env }}
env: env:

View File

@ -83,7 +83,7 @@ config:
files: files:
schedulerService.cfg: | schedulerService.cfg: |
LOG_CONFIG_FILE=/etc/onlinesales/config/schedulerService/log.cfg LOG_CONFIG_FILE=/etc/onlinesales/config/schedulerService/log.cfg
DB_CONFIG_FILE=/etc/onlinesales/config/schedulerService/hibernate.cfg.xml DB_CONFIG_FILE=/etc/onlinesales/db/hibernate.cfg.xml
authConfig.cfg: | authConfig.cfg: |
{ {
"authEnable": false, "authEnable": false,

View File

@ -116,7 +116,7 @@ config:
files: files:
schedulerService.cfg: | schedulerService.cfg: |
LOG_CONFIG_FILE=/etc/onlinesales/config/schedulerService/log.cfg LOG_CONFIG_FILE=/etc/onlinesales/config/schedulerService/log.cfg
DB_CONFIG_FILE=/etc/onlinesales/config/schedulerService/hibernate.cfg.xml DB_CONFIG_FILE=/etc/onlinesales/db/hibernate.cfg.xml
authConfig.cfg: | authConfig.cfg: |
{ {
"authEnable": false, "authEnable": false,