[Help Wanted] Deploying Pydio Cells to Kubernetes

Has anyone successfully deployed Pydio Cells to Kubernetes?
I am currently running into issues with the connection being refused, which results into a gray loading screen, or HTTP requests not being handled despite the frontend working. Any assistance would be appreciated. Thank you.

Configs:

containers:
- image: pydio/cells-enterprise:latest
name: pydio
imagePullPolicy: “IfNotPresent”
ports:
- containerPort: 8080
env:
- name: CELLS_BIND
value: “0.0.0.0:8080”
- name: CELLS_EXTERNAL
value: “0.0.0.0:8080”
- name: CELLS_NO_TLS
value: 1
command: [“cells”, “start”]

Errors:

2020-08-03T17:27:50.078Z ERROR Error while applying modifiers to registry! {“error”: “{"id":"go.micro.client","code":500,"detail":"Error creating stream: rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = \"transport: Error while dialing dial tcp 10.100.70.172:41459: connect: connection refused\"","status":"Internal Server Error"}”}
2020-08-03T17:27:50.179Z ERROR Frontend Service Not Detected
2020-08-03T17:27:55.143Z ERROR Error while applying modifiers to registry! {“error”: “{"id":"go.micro.client","code":500,"detail":"Error creating stream: rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = \"transport: Error while dialing dial tcp 10.100.70.172:41459: connect: connection refused\"","status":"Internal Server Error"}”}
2020-08-03T17:27:55.245Z ERROR Frontend Service Not Detected

The fastest way to deploy in Kubernetes is by using Helm. You can follow this how to page Kubernetes Quick install | Pydio

Make sure you use Helm version 3.6+. I found an issue when using helm version 3.4.