Set imagePullPolicity to fix image pull errors

This commit is contained in:
Robert Schäfer 2018-11-02 14:28:26 +01:00
parent e81f2344c3
commit 5e47b5fb99
2 changed files with 2 additions and 0 deletions

View File

@ -36,5 +36,6 @@ spec:
ports:
- containerPort: 4000
resources: {}
imagePullPolicy: IfNotPresent
restartPolicy: Always
status: {}

View File

@ -28,6 +28,7 @@ spec:
- containerPort: 7687
- containerPort: 7474
resources: {}
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /data
name: neo4j-data