mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2025-02-11 14:34:22 +08:00
(fixbug):推理服务监听端口和生命探针接口重复,去重。
This commit is contained in:
parent
884de4dd6c
commit
5ef61dcdb2
@ -920,6 +920,7 @@ instance_group [
|
||||
except Exception as e:
|
||||
print(e)
|
||||
|
||||
pod_ports = list(set(pod_ports))
|
||||
k8s_client.create_deployment(
|
||||
namespace=namespace,
|
||||
name=name,
|
||||
|
Loading…
Reference in New Issue
Block a user