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 }}
{{- end }}
- name: db-config
mountPath: /etc/onlinesales/config/schedulerService/hibernate.cfg.xml
subPath: hibernate.cfg.xml
mountPath: /etc/onlinesales/db
readOnly: true
{{- with .Values.env }}
env:

View File

@ -83,7 +83,7 @@ config:
files:
schedulerService.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: |
{
"authEnable": false,

View File

@ -116,7 +116,7 @@ config:
files:
schedulerService.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: |
{
"authEnable": false,