Update deploy-kong-gateway.sh
Signed-off-by: shenlan <manbuzhe2009@qq.com>
This commit is contained in:
parent
69d210c2a4
commit
ad2f702975
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user