From 112336397bce0cb73318c682ce239c6d01a15edf Mon Sep 17 00:00:00 2001 From: Falkan Date: Thu, 19 Mar 2026 01:54:47 -0400 Subject: [PATCH] fix: qualify image as localhost/humor-units:latest for kubelet --- k8s/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 24e61b1..02dd385 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: humor-units - image: humor-units:latest + image: localhost/humor-units:latest imagePullPolicy: Never ports: - containerPort: 3000