Commit b744925
Fix ingress service port configuration in deploy-kind.sh
The deploy-kind.sh script was failing health checks because it was trying to patch the ingress service with port 3000 instead of the actual port 8080. This caused the NodePort patch to fail, leaving the service as ClusterIP and making the ingress API inaccessible at localhost:30080.
Changes:
- Updated create_nodeport_services() function to use port 8080 for ingress service
- This ensures the ingress service is properly exposed as NodePort on host port 30080
- All health checks now pass successfully
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b846cbe commit b744925
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
0 commit comments