fix: imagePullPolicy IfNotPresent instead of Never

This commit is contained in:
Falkan
2026-03-19 01:58:48 -04:00
parent c588949411
commit e70949009f

View File

@@ -17,7 +17,7 @@ spec:
containers:
- name: humor-units
image: localhost/humor-units:latest
imagePullPolicy: Never
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
env: