feat(service): 修改服务目标端口
- 将 service.yaml 文件中的 targetPort 从 80 改为 8000 - 此修改是为了更好地适应应用的实际需求
This commit is contained in:
parent
c72c48d137
commit
6b6adf3535
@ -8,4 +8,4 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 80
|
targetPort: 8000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user