MartinKirchner commented on PR #1442:
URL: https://github.com/apache/answer/pull/1442#issuecomment-3625329733

   > Does this conflict with the previous one #1029? Can this issue be resolved 
using the `SITE_ADDR` `SWAGGER_HOST` `SWAGGER_ADDRESS_PORT` environment 
variable? Alternatively, wouldn't it be better to write this configuration to 
the file if `SITE_ADDR` is set during installation? For example
   > 
   > ```go
   >    siteAddr := os.Getenv("SITE_ADDR")
   >    if len(siteAddr) > 0 {
   >            c.Server.HTTP.Addr = siteAddr
   >    }
   > ```
   
   Well, it might be that this solves the issue. If so, it would be good the 
documentation would describe how Answer can be run in K8s without root 
privileges. Actually, it would be even better if the helm chart would provide 
good defaults.
   At the moment the helm chart is only partly helpful.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to