fix: change imagePullPolicy to IfNotPresent for local images

This commit is contained in:
Chris Rai
2026-01-31 00:48:44 -05:00
parent f4219e95e9
commit 4e164e97b5
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ spec:
containers:
- name: gateway
image: localhost:32000/gateway:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8077
name: http