Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
I
ims-ci-test
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
test-ci
ims-ci-test
Commits
35c65785
提交
35c65785
authored
5月 18, 2023
作者:
余乾开
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat(config):生产环境配置
上级
eafc0f14
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
21 行增加
和
5 行删除
+21
-5
.gitignore
.gitignore
+1
-0
service.yaml
kustomization/overlays/dev/service.yaml
+3
-3
kustomization.yaml
kustomization/overlays/prod/kustomization.yaml
+3
-2
service.yaml
kustomization/overlays/prod/service.yaml
+14
-0
没有找到文件。
.gitignore
浏览文件 @
35c65785
...
@@ -7,3 +7,4 @@ target
...
@@ -7,3 +7,4 @@ target
.idea
.idea
*.iml
*.iml
*/application.yml
*/application.yml
.github/
kustomization/overlays/dev/service.yaml
浏览文件 @
35c65785
...
@@ -2,7 +2,7 @@ apiVersion: v1
...
@@ -2,7 +2,7 @@ apiVersion: v1
kind
:
Service
kind
:
Service
metadata
:
metadata
:
name
:
ims-svc
name
:
ims-svc
namespace
:
de
fault
namespace
:
de
v
spec
:
spec
:
selector
:
selector
:
app
:
ims
app
:
ims
...
@@ -10,4 +10,4 @@ spec:
...
@@ -10,4 +10,4 @@ spec:
ports
:
ports
:
-
protocol
:
TCP
-
protocol
:
TCP
port
:
10001
port
:
10001
nodePort
:
30001
nodePort
:
30002
\ No newline at end of file
\ No newline at end of file
kustomization/overlays/prod/kustomization.yaml
浏览文件 @
35c65785
...
@@ -9,4 +9,5 @@ commonLabels:
...
@@ -9,4 +9,5 @@ commonLabels:
commonAnnotations
:
commonAnnotations
:
note
:
This is prod!
note
:
This is prod!
patches
:
patches
:
-
configMap.yaml
-
path
:
configMap.yaml
\ No newline at end of file
-
path
:
service.yaml
\ No newline at end of file
kustomization/overlays/prod/service.yaml
0 → 100644
浏览文件 @
35c65785
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
ims-svc
namespace
:
prod
spec
:
selector
:
app
:
ims
type
:
NodePort
ports
:
-
protocol
:
TCP
port
:
10001
nodePort
:
30001
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论