Skip to content

Commit e7dcb73

Browse files
Merge pull request #1041 from newrelic/avi/NR-218247-implement-e2e-for-dotnet-on-host-flow
chore(dotnet): Modifying ports to avoid port address issue
2 parents aa2c92f + 29626ab commit e7dcb73

File tree

1 file changed

+2
-2
lines changed
  • test/deploy/linux/apache/deploy-application/dotNet/debian/roles/onbeforestart/tasks

1 file changed

+2
-2
lines changed

test/deploy/linux/apache/deploy-application/dotNet/debian/roles/onbeforestart/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- name: Set default proxy_port (default to 5000)
66
set_fact:
7-
proxy_port: "5000"
7+
proxy_port: "5005"
88
when: proxy_port is undefined
99

1010
- name: Set default is_selfcontained (default to false)
@@ -40,7 +40,7 @@
4040
- name: Init template variable for self contained application
4141
set_fact:
4242
apache_service_description: Self Contained .NET 5 APP.NET Core 5 Web app
43-
apache_proxy_port: 5000
43+
apache_proxy_port: 5006
4444
when: is_selfcontained|bool
4545

4646
- name: Init template variable for framework dependent application

0 commit comments

Comments
 (0)