mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Set imagePullPolicity to fix image pull errors
This commit is contained in:
parent
e81f2344c3
commit
5e47b5fb99
@ -36,5 +36,6 @@ spec:
|
||||
ports:
|
||||
- containerPort: 4000
|
||||
resources: {}
|
||||
imagePullPolicy: IfNotPresent
|
||||
restartPolicy: Always
|
||||
status: {}
|
||||
|
||||
@ -28,6 +28,7 @@ spec:
|
||||
- containerPort: 7687
|
||||
- containerPort: 7474
|
||||
resources: {}
|
||||
imagePullPolicy: IfNotPresent
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: neo4j-data
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user