Commit 6553900f authored by fangxinjiang's avatar fangxinjiang

新增代码平台服务

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