Commit 6904843 1 parent 625b2fc commit 6904843 Copy full SHA for 6904843
File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ backend fe_backup-restore-api
70
70
balance roundrobin
71
71
server -template jempi_backup-restore-api- 1 jempi_backup-restore-api:50000 check resolvers docker init-addr libc,none
72
72
73
-
74
73
backend be_api_kc
75
74
balance roundrobin
76
75
server -template jempi_api-kc- 1 jempi_api-kc:50000 check resolvers docker init-addr libc,none
Original file line number Diff line number Diff line change @@ -114,6 +114,13 @@ create_registry(){
114
114
popd
115
115
116
116
}
117
+ copy_ha_proxy (){
118
+ pushd " $JEMPI_HOME /devops/linux/docker/"
119
+ source conf.env
120
+ echo " Updating haproxy cfg file"
121
+ cp conf/haproxy/* .* ${DATA_HAPROXY_DIR}
122
+ popd
123
+ }
117
124
pull_docker_images_and_push_local (){
118
125
# Navigate to Docker directory
119
126
pushd " $JEMPI_HOME /devops/linux/docker/deployment/common"
@@ -200,6 +207,7 @@ case $choice in
200
207
7)
201
208
echo " Re Deploy JeMPI"
202
209
run_enviroment_configuration_and_helper_script
210
+ copy_ha_proxy
203
211
while true ; do
204
212
read -p " Do you want to get the latest docker images? " yn
205
213
case $yn in
You can’t perform that action at this time.
0 commit comments