fix: change NodePort from 30094 to 30096 to avoid conflict with Supabase Kong
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 27s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ordinarthur 2026-04-12 12:10:34 +02:00
parent e786cf6766
commit ccc5cd4b78
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ spec:
ports:
- port: 80
targetPort: 80
nodePort: 30094
nodePort: 30096

View File

@ -16,4 +16,4 @@ http:
wetalk:
loadBalancer:
servers:
- url: "http://10.10.10.5:30094"
- url: "http://10.10.10.5:30096"