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

- 将 service.yaml 文件中的 targetPort 从 80 改为 8000
- 此修改是为了更好地适应应用的实际需求
This commit is contained in:
2024-12-06 12:18:34 +08:00
parent c72c48d137
commit 6b6adf3535
+1 -1
View File
@@ -8,4 +8,4 @@ spec:
ports: ports:
- protocol: TCP - protocol: TCP
port: 80 port: 80
targetPort: 80 targetPort: 8000