From 07610fd4487009c627d20d3243aa91e07e91bd92 Mon Sep 17 00:00:00 2001 From: infinicaretech Date: Wed, 1 Apr 2026 21:35:17 +0000 Subject: [PATCH] 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) --- environments/health-app/base/deployment.yaml | 2 +- environments/health-app/overlays/production/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environments/health-app/base/deployment.yaml b/environments/health-app/base/deployment.yaml index 63598b3..55469e3 100644 --- a/environments/health-app/base/deployment.yaml +++ b/environments/health-app/base/deployment.yaml @@ -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 diff --git a/environments/health-app/overlays/production/kustomization.yaml b/environments/health-app/overlays/production/kustomization.yaml index 30f9261..daef6ed 100644 --- a/environments/health-app/overlays/production/kustomization.yaml +++ b/environments/health-app/overlays/production/kustomization.yaml @@ -5,7 +5,7 @@ resources: - ../../base images: - - name: gitea-http.gitea.svc:3000/gitea_admin/health-app + - name: 10.0.0.3:31427/gitea_admin/health-app newTag: latest patches: