Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Remove unneeded edgex-kong network alias #428

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions compose-builder/add-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ services:
restart: always
networks:
edgex-network:
aliases:
- edgex-kong # TODO remove after edgex-ui-go docker configuration.toml is updated
ports:
- "8443:8443" # port 8000 (insecure) is not mapped externally)
entrypoint: ["/bin/sh", "/edgex-init/nginx_wait_install.sh"]
Expand Down
4 changes: 1 addition & 3 deletions docker-compose-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -692,9 +692,7 @@ services:
hostname: edgex-nginx
image: nginx:1.25-alpine-slim
networks:
edgex-network:
aliases:
- edgex-kong
edgex-network: null
ports:
- mode: ingress
target: 8443
Expand Down
4 changes: 1 addition & 3 deletions docker-compose-with-app-sample-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -765,9 +765,7 @@ services:
hostname: edgex-nginx
image: nginx:1.25-alpine-slim
networks:
edgex-network:
aliases:
- edgex-kong
edgex-network: null
ports:
- mode: ingress
target: 8443
Expand Down
4 changes: 1 addition & 3 deletions docker-compose-with-app-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -765,9 +765,7 @@ services:
hostname: edgex-nginx
image: nginx:1.25-alpine-slim
networks:
edgex-network:
aliases:
- edgex-kong
edgex-network: null
ports:
- mode: ingress
target: 8443
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -692,9 +692,7 @@ services:
hostname: edgex-nginx
image: nginx:1.25-alpine-slim
networks:
edgex-network:
aliases:
- edgex-kong
edgex-network: null
ports:
- mode: ingress
target: 8443
Expand Down
4 changes: 1 addition & 3 deletions taf/docker-compose-taf-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1354,9 +1354,7 @@ services:
hostname: edgex-nginx
image: nginx:1.25-alpine-slim
networks:
edgex-network:
aliases:
- edgex-kong
edgex-network: null
ports:
- mode: ingress
target: 8443
Expand Down
4 changes: 1 addition & 3 deletions taf/docker-compose-taf-mqtt-bus-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1406,9 +1406,7 @@ services:
hostname: edgex-nginx
image: nginx:1.25-alpine-slim
networks:
edgex-network:
aliases:
- edgex-kong
edgex-network: null
ports:
- mode: ingress
target: 8443
Expand Down
4 changes: 1 addition & 3 deletions taf/docker-compose-taf-mqtt-bus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1406,9 +1406,7 @@ services:
hostname: edgex-nginx
image: nginx:1.25-alpine-slim
networks:
edgex-network:
aliases:
- edgex-kong
edgex-network: null
ports:
- mode: ingress
target: 8443
Expand Down
4 changes: 1 addition & 3 deletions taf/docker-compose-taf-perf-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -807,9 +807,7 @@ services:
hostname: edgex-nginx
image: nginx:1.25-alpine-slim
networks:
edgex-network:
aliases:
- edgex-kong
edgex-network: null
ports:
- mode: ingress
target: 8443
Expand Down
4 changes: 1 addition & 3 deletions taf/docker-compose-taf-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -807,9 +807,7 @@ services:
hostname: edgex-nginx
image: nginx:1.25-alpine-slim
networks:
edgex-network:
aliases:
- edgex-kong
edgex-network: null
ports:
- mode: ingress
target: 8443
Expand Down
4 changes: 1 addition & 3 deletions taf/docker-compose-taf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1354,9 +1354,7 @@ services:
hostname: edgex-nginx
image: nginx:1.25-alpine-slim
networks:
edgex-network:
aliases:
- edgex-kong
edgex-network: null
ports:
- mode: ingress
target: 8443
Expand Down