fix(infra): add imagePullPolicy Always for API server
Ensures rollout restart pulls the latest image instead of using the node's cached copy. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -19,6 +19,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: api
|
- name: api
|
||||||
image: ghcr.io/farhoodliquor/hightower-api:latest
|
image: ghcr.io/farhoodliquor/hightower-api:latest
|
||||||
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
Reference in New Issue
Block a user