Update deploy-kong-gateway.sh

Signed-off-by: shenlan <manbuzhe2009@qq.com>
This commit is contained in:
shenlan 2025-09-14 20:06:28 +08:00 committed by GitHub
parent 69d210c2a4
commit ad2f702975
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,14 +39,14 @@ kubectl patch svc kong-gateway-proxy -n kong \
"targetPort": 8000,
"protocol": "TCP",
"name": "http",
"nodePort": 80
"nodePort": 30080
},
{
"port": 443,
"targetPort": 8443,
"protocol": "TCP",
"name": "https",
"nodePort": 443
"nodePort": 30443
}
]
}