fix: use NodePort for registry — resolvable from node host network
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: humor-units
|
||||
image: registry.registry.svc.cluster.local:5000/humor-units:latest
|
||||
image: <NODE_IP>:30500/humor-units:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
||||
Reference in New Issue
Block a user