Commit 5e84da90 authored by fangxinjiang's avatar fangxinjiang

配置调整

parent e20f5a78
...@@ -10,10 +10,11 @@ spec: # 资源规范字段 ...@@ -10,10 +10,11 @@ spec: # 资源规范字段
- port: 3000 # service 端口 - port: 3000 # service 端口
protocol: TCP # 协议 protocol: TCP # 协议
targetPort: 3000 # 容器暴露的端口 targetPort: 3000 # 容器暴露的端口
#name: http # 端口名称 name: http # 端口名称
- port: 3500 # service 端口 - port: 3500 # service 端口
protocol: TCP # 协议 protocol: TCP # 协议
targetPort: 3500 # 容器暴露的端口 targetPort: 3500 # 容器暴露的端口
name: yifu-auth
selector: # 选择器 selector: # 选择器
app: yifu-auth # 资源名称 app: yifu-auth # 资源名称
type: ClusterIP # ClusterIP 类型 type: ClusterIP # ClusterIP 类型
\ No newline at end of file
...@@ -10,10 +10,11 @@ spec: # 资源规范字段 ...@@ -10,10 +10,11 @@ spec: # 资源规范字段
- port: 4000 # service 端口 - port: 4000 # service 端口
protocol: TCP # 协议 protocol: TCP # 协议
targetPort: 4000 # 容器暴露的端口 targetPort: 4000 # 容器暴露的端口
#name: http # 端口名称 name: http # 端口名称
- port: 3500 # service 端口 - port: 3500 # service 端口
protocol: TCP # 协议 protocol: TCP # 协议
targetPort: 3500 # 容器暴露的端口 targetPort: 3500 # 容器暴露的端口
name: yifu-upms
selector: # 选择器 selector: # 选择器
app: yifu-upms # 资源名称 app: yifu-upms # 资源名称
type: ClusterIP # ClusterIP 类型 type: ClusterIP # ClusterIP 类型
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment