mysql issue fix 1
This commit is contained in:
parent
f7c1ed5830
commit
713cdac4be
@ -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:
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user