tanishqgandhi1908 opened a new issue, #8467:
URL: https://github.com/apache/texera/issues/8467

   ### Task Summary
   
   Six environment variables are read with `Option.get`, so a deployment 
missing any of them fails with `None.get`. Dropwizard shows that as "There was 
an error processing your request" — no variable named, no cause, and six 
candidates to check.
   
   List every missing variable at once as a 503. All at once because when these 
are missing they are usually all missing: the helm chart supplies all six, so 
they are present together or absent together.
   
   Also: the default computing-unit image names a personal repository that is 
gone, so any deployment not overriding `KUBERNETES_IMAGE_NAME` cannot start a 
unit at all. It should point at what this repository publishes, which is what 
the helm chart already sets.
   
   Independent of the rest of #PARENT.
   
   Part of #8466 
   
   ### Task Type
   
   - [ ] Refactor / Cleanup
   - [x] DevOps / Deployment / CI
   - [ ] Testing / QA
   - [ ] Documentation
   - [ ] Performance
   - [ ] Other


-- 
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]

Reply via email to