fix(deploy): align deployment image/pullPolicy with cloud registry and improve rollout diagnostics
All checks were successful
Deploy Noval to K3s / deploy (push) Successful in 2m35s
All checks were successful
Deploy Noval to K3s / deploy (push) Successful in 2m35s
This commit is contained in:
@@ -22,8 +22,8 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: noval
|
||||
image: noval-app:latest
|
||||
imagePullPolicy: Never
|
||||
image: crpi-om2xd9y8cmaizszf.cn-beijing.personal.cr.aliyuncs.com/test-namespace-gu/writing-reddot:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user