Is this ready for deployment? I noticed this is still on the "develop" branch with recent commits, but has not been merged into master since 2 months ago. Would be great to deploy this as a Kubernetes pod, if so.
I can deploy it locally as well, but I'm not noticing much documentation besides this. Would be concerned about deploying this into production if is not ready for it.
Another question: Do you know how I can access Stardog after deployment?
The service part of the chart specifies type load balancer. If you use a public cloud environment, it will probably expose stardog via a public IP adress. If you run on premise without a load balancer, you could use node port or cluster ip with port-forward or some ingress controller (e.g. nginx) instead.