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
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:
parent
e786cf6766
commit
ccc5cd4b78
@ -10,4 +10,4 @@ spec:
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
nodePort: 30094
|
||||
nodePort: 30096
|
||||
|
||||
@ -16,4 +16,4 @@ http:
|
||||
wetalk:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://10.10.10.5:30094"
|
||||
- url: "http://10.10.10.5:30096"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user