neo4j-helm icon indicating copy to clipboard operation
neo4j-helm copied to clipboard

Helm Charts for running Neo4j on Kubernetes [DEPRECATED]

Results 38 neo4j-helm issues
Sort by recently updated
recently updated
newest added

**Describe the bug** values.yaml unable to set apoc.trigger.enabled in neo4j.conf neo4j version 4.3.2 helm version v3.6.3 chart version 4.3.2-1 **To Reproduce** Steps to reproduce the behavior: 1. Run with values...

When setting a containerSecurityContext such as: ``` containerSecurityContext: allowPrivilegeEscalation: false fsGroup: 7474 ``` the indentation is 10 chars too wide, as a result the chart wont render properly. ```bash Error:...

Hi, I met this log format issue, can't change log format because can't pass config in values.yaml into neo4j.conf **Describe the bug** Deployed Neo4j 4.3.6 with helm only with this...

The values.yaml in tools/backup chart has no key to set the toleration and schedule the backup pods on a specific nodepool with taints.

It would be wonderful to have an ability to set different values for nodeSelector, affinity and tolerations for core pods and readReplica pods. This should be a common requirement to...

**Describe the bug** There does not seem to be a way to specify priority classes for pods. **Expected behavior** Add the priorityClassName parameter in values.yaml. This parameter should be defined...

According to [the configuration documentation](https://neo4j.com/labs/neo4j-helm/1.0.0/configreference/), the list of specifiable plugins can be found in https://github.com/neo4j/docker-neo4j/blob/master/neo4jlabs-plugins.json. Digging deeper, it defines a mapping from neo4j version to specific plugin version. My questions...

**Describe the bug** Creating a manual job from the CronJob fails with an error. This is because the v1beta1 CronJob apiVersion is now deprecated. **To Reproduce** Steps to reproduce the...

**Describe the bug** The readiness probe prevents recovery of large databases. If I restart a node from a clean data directory (e.g. after a hard drive failure), it takes a...

### Summary of the problem #### Values file ```yaml livenessProbe: initialDelaySeconds: 180 periodSeconds: 10 failureThreshold: 3 timeoutSeconds: 2 httpGet: path: /db/mydatabase/cluster/available port: 7474 ``` #### Final Template generated ```yaml livenessProbe:...