kubemq-io / charts

KubeMQ is a Cloud Native, enterprise grade message broker for distributed services architecture
https://kubemq.io
Apache License 2.0
11 stars 3 forks source link

Question re: store location / cluster log path #1

Closed mgmm13 closed 5 years ago

mgmm13 commented 5 years ago

Hi there, is it possible to configure a separate mountpath aside from /store for the kubemq pods? I have customized it to point to a different directory in my helm charts but when I deploy, I still get the same path "Store location: store/kubemq-cluster-x" in the logs.

I am asking since I am setting up kubemq in 2 different namespaces in the same cluster, and I am specifying and expecting a different store location / cluster log path for the 2nd kubemq instance. The 2nd kubemq goes up and running but are having errors when I try to test via kubetools (saying the port connection is refused).

Hoping for your response. Thanks!