File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ until confd -onetime -node $ETCD --confdir /app --log-level error; do
4747done
4848
4949# spawn confd in the background to update services based on etcd changes
50- confd -node $ETCD --confdir /app --log-level error --watch &
50+ confd -node $ETCD --confdir /app --log-level error --interval 5 &
5151CONFD_PID=$!
5252
5353# remove any pre-existing docker.sock
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ function on_exit() {
9191trap on_exit TERM
9292
9393# spawn confd in the background to update services based on etcd changes
94- confd -node $ETCD --confdir /app --log-level error --watch &
94+ confd -node $ETCD --confdir /app --log-level error --interval 5 &
9595CONFD_PID=$!
9696
9797echo deis-controller running...
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ function on_exit() {
110110trap on_exit INT TERM
111111
112112# spawn confd in the background to update services based on etcd changes
113- confd -node $ETCD -confdir /app --log-level error --watch &
113+ confd -node $ETCD -confdir /app --log-level error --interval 5 &
114114CONFD_PID=$!
115115
116116# wait for the service to become available
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ function on_exit() {
6767trap on_exit INT TERM
6868
6969# spawn confd in the background to update services based on etcd changes
70- confd -node $ETCD --confdir /app --log-level error --watch &
70+ confd -node $ETCD --confdir /app --log-level error --interval 5 &
7171CONFD_PID=$!
7272
7373echo deis-registry running...
Original file line number Diff line number Diff line change 66ETCD_PORT=${ETCD_PORT:- 4001}
77ETCD=" $HOST :$ETCD_PORT "
88
9- confd -node $ETCD --confdir /app --log-level error --watch &
9+ confd -node $ETCD --confdir /app --log-level error --interval 5 &
1010
1111# loop forever until the container is stopped
1212while true ; do
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ function on_exit() {
106106trap on_exit INT TERM
107107
108108# spawn confd in the background to update services based on etcd changes
109- confd -node $ETCD --confdir /app --log-level error --watch &
109+ confd -node $ETCD --confdir /app --log-level error --interval 5 &
110110CONFD_PID=$!
111111
112112echo deis-store-gateway running...
@@ -142,4 +142,3 @@ if [[ ! -z $EXTERNAL_PORT ]]; then
142142fi
143143
144144wait
145-
You can’t perform that action at this time.
0 commit comments