Skip to content
Snippets Groups Projects
Commit 180c8ce2 authored by Denis Sukhoroslov's avatar Denis Sukhoroslov
Browse files

Update neo4j-deployment.yaml

parent 7e30283c
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ spec:
volumeMounts:
- name: fc-neo4j-data
mountPath: /plugins
securityContext:
allowPrivilegeEscalation: false
command:
- "/bin/sh"
- "-c"
......@@ -36,6 +38,8 @@ spec:
- image: neo4j:4.4.12
name: neo4j
imagePullPolicy: "IfNotPresent"
securityContext:
allowPrivilegeEscalation: false
env:
- name: NEO4J_AUTH
valueFrom:
......@@ -75,9 +79,9 @@ spec:
operator: In
values:
- fc-postgres
- fc-service
# - fc-service
topologyKey: "kubernetes.io/hostname"
volumes:
- name: fc-neo4j-data
persistentVolumeClaim:
claimName: fc-neo4j-data-claim
\ No newline at end of file
claimName: fc-neo4j-data-claim
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment