You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that the pod for janusgraph ends up in a crashloop if the helm chart release name is not exactly "weaviate".
Issue Description
I've tried calling the release "weaviate1", but this breaks the configuration. Investigating the configmap for janusgraph we can find the following hostnames:
I've noticed that the pod for
janusgraph
ends up in a crashloop if the helm chart release name is not exactly"weaviate"
.Issue Description
I've tried calling the release
"weaviate1"
, but this breaks the configuration. Investigating the configmap for janusgraph we can find the following hostnames:weaviate-cassandra
weaviate-elasticsearch-client
However, if we take a look at the services, the actual hostnames are:
weaviate1-cassandra
weaviate1-elasticsearch-client
Possible Solution
"weaviate"
.The text was updated successfully, but these errors were encountered: