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