-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is there an HELM chart available? #38
Comments
There is currently no helm chart available. It would be great if you could contribute one! |
@hanshuai will the app be fine if entrypoint.sh would not contain chown on /run directory? Other then that the Chart should be rather short and simple. |
I ran into this same problem when I started testing the chart. OpenBlocks is really great, but if I can't run it in a cluster I wont be able to use it. Could we get this on the road map as soon as possible?
|
Hi @swright-eti, Got it! We will check this issue with our operation engineer and try to fix it soon, please stay tuned. |
@neon-balcony wasn't that actually fixed in this #68 PR, but overwritten shortly before 1.1.1 release? |
Hi @swright-eti @y086300, After checking with our engineers it should be a merging mistake, we'll fix that in the next release. Sorry about the back and forth changes and thanks for your patience. |
Hi everyone, this issue is already solved, please check it out, and thanks again for your advice and patience. 😉 |
I have updated my chart to use the 1.1.2 tag. I am still getting the same issue where the application is trying to change permission of these files:
|
Sorry 😭 , our operation engineers are looking into this... @swright-eti |
Hi @swright-eti, We have just fixed this bug, please use the latest image and check it out. |
I have deployed to this to a cluster. The deployment succeeds in that I dont see the ownership changes. The app is running, but there is another problem. I need to be able to set the context root for the web application. The ingress is configured to listen on Is there an environment variable I can set to configure the context root? |
Hi @swright-eti ,
True, currently we don't support a extra path for Openblock deployment, please try using a specific domain with routing from root for Openblocks. |
Hi, I would like to test openblocks in my company's Kubernetes cluster (OCP to be specific), is there a helm chart available to use?
if not, I would be happy to contribute one.
The text was updated successfully, but these errors were encountered: