Skip to content

Commit

Permalink
Remove redundant Traefik web and websecure ports
Browse files Browse the repository at this point in the history
The Traefik web and websecure port configurations were removed from the values.yaml file. These resulted in unnecessary exposure of ports 80 and 443, which fail to bind on many clusters.
  • Loading branch information
AlexGodbehere committed Jul 26, 2023
1 parent adf3a7a commit 6b6e32d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,16 +172,6 @@ postgres:
traefik:
enabled: true
ports:
web:
port: 80
expose: true
exposedPort: 80
protocol: TCP
websecure:
port: 443
expose: true
exposedPort: 443
protocol: TCP
mqtt:
port: 1883
expose: true
Expand Down

0 comments on commit 6b6e32d

Please sign in to comment.