You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1464 ships a quick fix for #1456 port issue. However there is an underlying problem with viper port loading that I was not able to rootcause yet which is causing port to be pulled as "0" be default from the config object. This has only been reproduced in a k8s environment with a config such as:
And when the service starts it is being loaded as port "0" when we try to fetch it from viper config - currently only reproduced in a k8s environment but not in docker-compose or binary environments. Need to dig into the viper config/config.go and figure out whats going on causing this 0 value in port.
The text was updated successfully, but these errors were encountered:
#1464 ships a quick fix for #1456 port issue. However there is an underlying problem with viper port loading that I was not able to rootcause yet which is causing port to be pulled as "0" be default from the config object. This has only been reproduced in a k8s environment with a config such as:
And when the service starts it is being loaded as port "0" when we try to fetch it from viper config - currently only reproduced in a k8s environment but not in docker-compose or binary environments. Need to dig into the viper
config/config.go
and figure out whats going on causing this 0 value in port.The text was updated successfully, but these errors were encountered: