Skip to content

Commit

Permalink
expose omada https
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasmaroy committed Oct 14, 2024
1 parent 6092732 commit 2569659
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ spec:
- containerPort: 8088
name: http
protocol: TCP
- containerPort: 8043
name: https
protocol: TCP
- containerPort: 27001
name: app-discovery
protocol: UDP
Expand Down Expand Up @@ -98,6 +101,8 @@ spec:
externalIPs:
- ${METALLB_ADDRESS}
ports:
https:
port: 8043
manager-v1:
port: 29811
adopt-v1:
Expand Down

0 comments on commit 2569659

Please sign in to comment.