Commit be9b1815 authored by fangxinjiang's avatar fangxinjiang

init

parent e3965048
......@@ -47,7 +47,7 @@ spec: # 资源规范字段
# 已经打好镜像存在docker容器中时,使用存在不检查级别,
# 默认为每次都检查,然后会进行拉取新镜像,因镜像仓库不存在,导致部署失败)
ports:
- containerPort: 3000 # 容器端口
- containerPort: 4000 # 容器端口
env: # 启动环境配置信息 active and timeZone set
- name: SPRING_PROFILES_ACTIVE
value: test
......
......@@ -7,7 +7,7 @@ metadata: # 资源的元数据/属性
namespace: qas-mvp # 部署在哪个namespace中
spec: # 资源规范字段
ports:
- port: 3000 # service 端口
- port: 4000 # service 端口
protocol: TCP # 协议
targetPort: 3000 # 容器暴露的端口
#name: http # 端口名称
......
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