restore Always pull policy for engram-server: registry image now works
The registry image now compiles with -rdynamic/-ldl so dlsym can find handle_request at runtime. IfNotPresent workaround no longer needed.
This commit is contained in:
@@ -30,7 +30,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: engram-server
|
- name: engram-server
|
||||||
image: registry.neuralplatform.ai/neuron-technologies/engram-server:latest
|
image: registry.neuralplatform.ai/neuron-technologies/engram-server:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8742
|
containerPort: 8742
|
||||||
|
|||||||
Reference in New Issue
Block a user