fix: change imagePullPolicy to IfNotPresent for local images
This commit is contained in:
@@ -20,7 +20,7 @@ spec:
|
||||
containers:
|
||||
- name: gateway
|
||||
image: localhost:32000/gateway:latest
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8077
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user