Skip to content

Commit

Permalink
chore(staging): update nginx ingress svc node ports (#410)
Browse files Browse the repository at this point in the history
- http: 30080
- https: 30443

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo authored May 27, 2023
1 parent fd4ae8d commit 62ecfb0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions infrastructure/staging/nginx/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ spec:
service:
type: NodePort
nodePorts:
# TODO(wuhuizuo): should change to more special ports
http: "30704"
https: "32631"
http: "30080"
https: "30443"
ingressClassResource:
default: true

0 comments on commit 62ecfb0

Please sign in to comment.