I have noticed a request is going with wrong URL ,please find in image attached, in place of http://ip:9000 it is routing to hhttp://ip:9000
Asked
Active
Viewed 215 times
0

artless noise
- 21,212
- 6
- 68
- 105

Vishal Vishwakarma
- 119
- 1
- 6
-
Is this the "Spinnaker for GCP" deployment from Google Marketplace? – mebius99 Jun 16 '20 at 12:27
-
1Please explain what do you mean by "in place of http://ip:9000 it is routing to hhttp://ip:9000". As I can see at `http://35.222.119.229:9000/` some web server is running, but no access "403 Forbidden". – Serhii Rohoza Jun 18 '20 at 18:01
2 Answers
0
It looks like you might have a typo in the override URL for deck to be hhttp instead of http.

Bhargav Rao
- 50,140
- 28
- 121
- 140
0
Where have you installed spinnaker is it on GCP or AWS EC2, moreover this mostly occurs due to automatic change of the baseurl in the multicloud provider you are using, for you to avoid this later on, you have to attach an Elastic IP address to your EC2 if you have installed spinnaker on AWS EC2. Moreover for you to edit the existing IP use vi config in your terminal to edit the current baseURL with the pubic DNS in your EC2, hal deploy apply, to modify changes then do hal deploy connect for port forwarding the try to reload the spinnaker UI again

devMoki
- 301
- 4
- 12