From e70949009ff14fd2e63ce9c39b78f2ff562cc422 Mon Sep 17 00:00:00 2001 From: Falkan Date: Thu, 19 Mar 2026 01:58:48 -0400 Subject: [PATCH] fix: imagePullPolicy IfNotPresent instead of Never --- k8s/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 02dd385..5b07294 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -17,7 +17,7 @@ spec: containers: - name: humor-units image: localhost/humor-units:latest - imagePullPolicy: Never + imagePullPolicy: IfNotPresent ports: - containerPort: 3000 env: