feat(devsvc): change imagePullPolicy to Always in production values
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
c6d6a3ad13
commit
e969c1c3d9
@ -9,7 +9,7 @@ devsvc:
|
||||
repository: null
|
||||
name: devsvc
|
||||
tag: latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8007
|
||||
|
||||
Loading…
Reference in New Issue
Block a user