feat(devsvc): change imagePullPolicy to Always in production values

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-07 04:28:18 +08:00
parent c6d6a3ad13
commit e969c1c3d9

View File

@ -9,7 +9,7 @@ devsvc:
repository: null
name: devsvc
tag: latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: http
containerPort: 8007