Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
I
ims-ci-test
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
test-ci
ims-ci-test
Commits
c72acbcd
提交
c72acbcd
authored
7月 12, 2023
作者:
余乾开
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
refactor(config):关闭nodePort
上级
46e9085a
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
22 行增加
和
24 行删除
+22
-24
develop.yml
.github/workflows/develop.yml
+1
-1
master.yml
.github/workflows/master.yml
+1
-1
service.yaml
kustomization/base/service.yaml
+0
-2
kustomization.yaml
kustomization/overlays/dev/kustomization.yaml
+10
-10
kustomization.yaml
kustomization/overlays/prod/kustomization.yaml
+10
-10
没有找到文件。
.github/workflows/develop.yml
浏览文件 @
c72acbcd
...
@@ -88,7 +88,7 @@ jobs:
...
@@ -88,7 +88,7 @@ jobs:
{
{
"msgtype": "markdown",
"msgtype": "markdown",
"markdown": {
"markdown": {
"content": "###
GitHub构建并推送镜像失败
\n
"content": "###
`GitHub构建并推送镜像失败`
\n
> - 提交人: ${{github.actor}} \n
> - 提交人: ${{github.actor}} \n
> - 提交信息: ${{github.event.head_commit.message}} \n
> - 提交信息: ${{github.event.head_commit.message}} \n
> - 提交到仓库: ${{github.repository}} \n
> - 提交到仓库: ${{github.repository}} \n
...
...
.github/workflows/master.yml
浏览文件 @
c72acbcd
...
@@ -88,7 +88,7 @@ jobs:
...
@@ -88,7 +88,7 @@ jobs:
{
{
"msgtype": "markdown",
"msgtype": "markdown",
"markdown": {
"markdown": {
"content": "###
GitHub构建并推送镜像失败
\n
"content": "###
`GitHub构建并推送镜像失败`
\n
> - 提交人: ${{github.actor}} \n
> - 提交人: ${{github.actor}} \n
> - 提交信息: ${{github.event.head_commit.message}} \n
> - 提交信息: ${{github.event.head_commit.message}} \n
> - 提交到仓库: ${{github.repository}} \n
> - 提交到仓库: ${{github.repository}} \n
...
...
kustomization/base/service.yaml
浏览文件 @
c72acbcd
...
@@ -6,7 +6,6 @@ metadata:
...
@@ -6,7 +6,6 @@ metadata:
spec
:
spec
:
selector
:
selector
:
app
:
ims
app
:
ims
type
:
NodePort
ports
:
ports
:
-
protocol
:
TCP
-
protocol
:
TCP
port
:
10001
port
:
10001
\ No newline at end of file
kustomization/overlays/dev/kustomization.yaml
浏览文件 @
c72acbcd
apiVersion
:
kustomize.config.k8s.io/v1beta1
apiVersion
:
kustomize.config.k8s.io/v1beta1
kind
:
Kustomization
kind
:
Kustomization
resources
:
resources
:
-
../../base
-
../../base
#namePrefix: dev-
#namePrefix: dev-
namespace
:
dev
namespace
:
dev
commonLabels
:
commonLabels
:
...
@@ -9,13 +9,13 @@ commonLabels:
...
@@ -9,13 +9,13 @@ commonLabels:
commonAnnotations
:
commonAnnotations
:
note
:
This is dev!
note
:
This is dev!
patches
:
patches
:
-
path
:
./increase_replicas.yaml
-
path
:
./increase_replicas.yaml
-
path
:
./configMap.yaml
-
path
:
./configMap.yaml
-
path
:
./service-patch.yaml
#
- path: ./service-patch.yaml
target
:
#
target:
kind
:
Service
#
kind: Service
name
:
ims-svc
#
name: ims-svc
images
:
images
:
-
name
:
REGISTRY/NAMESPACE/IMAGE:TAG
-
name
:
REGISTRY/NAMESPACE/IMAGE:TAG
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/ims
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/ims
newTag
:
592c872e0d9a5f9fdd3d9a8088ad8448b836f48c
newTag
:
592c872e0d9a5f9fdd3d9a8088ad8448b836f48c
kustomization/overlays/prod/kustomization.yaml
浏览文件 @
c72acbcd
apiVersion
:
kustomize.config.k8s.io/v1beta1
apiVersion
:
kustomize.config.k8s.io/v1beta1
kind
:
Kustomization
kind
:
Kustomization
resources
:
resources
:
-
../../base
-
../../base
namespace
:
prod
namespace
:
prod
#namePrefix: prod-
#namePrefix: prod-
commonLabels
:
commonLabels
:
...
@@ -9,13 +9,13 @@ commonLabels:
...
@@ -9,13 +9,13 @@ commonLabels:
commonAnnotations
:
commonAnnotations
:
note
:
This is prod!
note
:
This is prod!
patches
:
patches
:
-
path
:
increase_replicas.yaml
-
path
:
increase_replicas.yaml
-
path
:
configMap.yaml
-
path
:
configMap.yaml
-
path
:
service-patch.yaml
#
- path: service-patch.yaml
target
:
#
target:
kind
:
Service
#
kind: Service
name
:
ims-svc
#
name: ims-svc
images
:
images
:
-
name
:
REGISTRY/NAMESPACE/IMAGE:TAG
-
name
:
REGISTRY/NAMESPACE/IMAGE:TAG
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/ims
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/ims
newTag
:
095806d2d1f1f2e75eeca46c07103fb86ece1262
newTag
:
095806d2d1f1f2e75eeca46c07103fb86ece1262
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论