GitHub user dominikriemer added a comment to the discussion: error with nginx while running on kubernetes
Yes, I think this introduced the bug. We were experimenting with running the UI container as a non-root user on k8s, but the UI is supposed to run on port 80, which is a privileged port and therefore causes the exception. I reverted the change in dev so that this should work after the UI image was built (should take ~30 minutes). We also have a branch [1] where we are currently improving the helm chart configuration which should be ready this week, if you have any feedback let us know! [1] https://github.com/apache/streampipes/tree/1207-improve-helm-charts GitHub link: https://github.com/apache/streampipes/discussions/1225#discussioncomment-4876235 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
