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

This commit is contained in:
2026-03-22 18:00:25 +08:00
parent 1c9b482df3
commit 7d5f4640b3
2 changed files with 15 additions and 11 deletions

View File

@@ -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