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
|
repository: null
|
||||||
name: devsvc
|
name: devsvc
|
||||||
tag: latest
|
tag: latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8007
|
containerPort: 8007
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user