fix: use NodePort address for container image registry
Node kubelets use host DNS, not cluster DNS. Image address must be reachable from host network: 10.0.0.3:31427. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -31,7 +31,7 @@ spec:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: health-app
|
||||
image: gitea-http.gitea.svc:3000/gitea_admin/health-app:latest
|
||||
image: 10.0.0.3:31427/gitea_admin/health-app:latest
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 3000
|
||||
|
||||
Reference in New Issue
Block a user