feat(service): 修改服务目标端口

- 将 service.yaml 文件中的 targetPort 从 80 改为 8000
- 此修改是为了更好地适应应用的实际需求
This commit is contained in:
suyiiyii 2024-12-06 12:18:34 +08:00
parent c72c48d137
commit 6b6adf3535
Signed by: suyiiyii
GPG Key ID: 044704CB29B8AD85

View File

@ -8,4 +8,4 @@ spec:
ports:
- protocol: TCP
port: 80
targetPort: 80
targetPort: 8000