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