Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change restPort not working #49

Open
liuweiGL opened this issue Feb 2, 2024 · 0 comments
Open

Change restPort not working #49

liuweiGL opened this issue Feb 2, 2024 · 0 comments

Comments

@liuweiGL
Copy link

liuweiGL commented Feb 2, 2024

Change default 8081 to 8080

service:
  # -- type for netmaker server services
  type: ClusterIP
  # -- port for API service
  restPort: 8080
  # -- port for MQTT service
  mqPort: 443
  # -- port for UI service
  uiPort: 80

But netmaker always listen 8081

              
2024-02-02T19:49:08.885418597+08:00  __   __     ______     ______   __    __     ______     __  __     ______     ______    
2024-02-02T19:49:08.885421479+08:00 /\ "-.\ \   /\  ___\   /\__  _\ /\ "-./  \   /\  __ \   /\ \/ /    /\  ___\   /\  == \   
2024-02-02T19:49:08.885423136+08:00 \ \ \-.  \  \ \  __\   \/_/\ \/ \ \ \-./\ \  \ \  __ \  \ \  _"-.  \ \  __\   \ \  __<   
 \ \_\\"\_\  \ \_____\    \ \_\  \ \_\ \ \_\  \ \_\ \_\  \ \_\ \_\  \ \_____\  \ \_\ \_\ 
2024-02-02T19:49:08.885425956+08:00   \/_/ \/_/   \/_____/     \/_/   \/_/  \/_/   \/_/\/_/   \/_/\/_/   \/_____/   \/_/ /_/ 
2024-02-02T19:49:08.885427511+08:00                                                                                          																							 

2024-02-02T19:49:08.885436866+08:00 [netmaker] 2024-02-02 11:49:08 connecting to postgres 
2024-02-02T19:49:08.930195845+08:00 [netmaker] 2024-02-02 11:49:08 database successfully connected 
[netmaker] 2024-02-02 11:49:08 failed to fetch database records for hosts 
2024-02-02T19:49:08.931315476+08:00 [netmaker] 2024-02-02 11:49:08 no OAuth provider found or not configured, continuing without OAuth 
2024-02-02T19:49:09.691040918+08:00 [netmaker] 2024-02-02 11:49:09 REST Server successfully started on port  8081  (REST) 
[netmaker] 2024-02-02 11:49:09 connecting to mq broker at ws://netmaker-mqtt.netmaker.svc.cluster.local:1883 
2024-02-02T19:49:10.170904077+08:00 [netmaker] 2024-02-02 11:49:10 connected to MQ Broker 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant