Merge pull request #149 from svc-design/svc-design-patch-4

Update deploy-kong-gateway.sh
This commit is contained in:
shenlan 2025-09-14 20:06:48 +08:00 committed by GitHub
commit 0f996e0f01
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
}
]
}