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: