Skip to content

Commit

Permalink
[Frontend-proxy] Add restart policy to compose files (#1448)
Browse files Browse the repository at this point in the history
* [Frontend-proxy] Add restart policy to compose files

* Update CHANGELOG.md

---------

Co-authored-by: Juliano Costa <[email protected]>
  • Loading branch information
klucsik and julianocosta89 committed Mar 13, 2024
1 parent 6775060 commit 87e051d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ the release.
([#1427](https://github.com/open-telemetry/opentelemetry-demo/pull/1427))
* [chore] - Update Telemetry Components
([#1440](https://github.com/open-telemetry/opentelemetry-demo/pull/1440))
* [Frontend-proxy] Add restart policy to compose file
([#1448](https://github.com/open-telemetry/opentelemetry-demo/pull/1448))

## 1.8.0

Expand Down
1 change: 1 addition & 0 deletions docker-compose.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ services:
resources:
limits:
memory: 50M
restart: unless-stopped
ports:
- "${ENVOY_PORT}:${ENVOY_PORT}"
- 10000:10000
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ services:
resources:
limits:
memory: 50M
restart: unless-stopped
ports:
- "${ENVOY_PORT}:${ENVOY_PORT}"
- 10000:10000
Expand Down

0 comments on commit 87e051d

Please sign in to comment.