mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fixed neo4j container name
This commit is contained in:
parent
9bbbfb23f5
commit
18eef420eb
@ -28,7 +28,7 @@ spec:
|
|||||||
app: {{ .Release.Name }}-neo4j
|
app: {{ .Release.Name }}-neo4j
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: neo4j
|
- name: container-{{ .Release.Name }}-neo4j
|
||||||
image: "{{ .Values.NEO4J.DOCKER_IMAGE_REPO }}:{{ .Chart.AppVersion }}"
|
image: "{{ .Values.NEO4J.DOCKER_IMAGE_REPO }}:{{ .Chart.AppVersion }}"
|
||||||
imagePullPolicy: {{ .Values.NEO4J.DOCKER_IMAGE_PULL_POLICY }}
|
imagePullPolicy: {{ .Values.NEO4J.DOCKER_IMAGE_PULL_POLICY }}
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user