Skip to content

Commit

Permalink
fix(neo4j): update the neo4j volume properties (#399)
Browse files Browse the repository at this point in the history
* update the neo4j volume properties

---------
Co-authored-by: david-leifker <[email protected]>
  • Loading branch information
leeeizhang authored Dec 6, 2023
1 parent a0cbaef commit 6b35004
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/prerequisites/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for packages that Datahub depends on
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.5
version: 0.1.6
dependencies:
- name: elasticsearch
version: 7.17.3
Expand Down
11 changes: 6 additions & 5 deletions charts/prerequisites/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ neo4j:
allowPrivilegeEscalation: false

# Create a volume for neo4j, SSD storage is recommended
volumes: {}
# data:
# mode: "dynamic"
# dynamic:
# storageClassName: managed-csi-premium
volumes:
data:
mode: "defaultStorageClass"
# mode: "dynamic"
# dynamic:
# storageClassName: managed-csi-premium

env:
NEO4J_PLUGINS: '["apoc"]'
Expand Down

0 comments on commit 6b35004

Please sign in to comment.