Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 78fa752

Browse files
Merge pull request #446 from tullo/patch-port-issue
fix port '80' is already in use (voting-app production params)
2 parents cdcf401 + 5e2847c commit 78fa752

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/voting-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ vote:
169169
170170
# Result.
171171
result:
172-
port: 80
172+
port: 81
173173
replicas: 5
174174
```
175175

examples/voting-app/voting-app.dockerapp/parameters/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ vote:
55

66
# Result.
77
result:
8-
port: 80
8+
port: 81
99
replicas: 5

0 commit comments

Comments
 (0)