File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ the release.
29
29
([ #1427 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1427 ) )
30
30
* [ chore] - Update Telemetry Components
31
31
([ #1440 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1440 ) )
32
+ * [ Frontend-proxy] Add restart policy to compose file
33
+ ([ #1448 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1448 ) )
32
34
33
35
## 1.8.0
34
36
Original file line number Diff line number Diff line change @@ -238,6 +238,7 @@ services:
238
238
resources :
239
239
limits :
240
240
memory : 50M
241
+ restart : unless-stopped
241
242
ports :
242
243
- " ${ENVOY_PORT}:${ENVOY_PORT}"
243
244
- 10000:10000
Original file line number Diff line number Diff line change @@ -312,6 +312,7 @@ services:
312
312
resources :
313
313
limits :
314
314
memory : 50M
315
+ restart : unless-stopped
315
316
ports :
316
317
- " ${ENVOY_PORT}:${ENVOY_PORT}"
317
318
- 10000:10000
You can’t perform that action at this time.
0 commit comments