fix: qualify image as localhost/humor-units:latest for kubelet
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: humor-units
|
- name: humor-units
|
||||||
image: humor-units:latest
|
image: localhost/humor-units:latest
|
||||||
imagePullPolicy: Never
|
imagePullPolicy: Never
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
|
|||||||
Reference in New Issue
Block a user