Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
I
ims-ci-test
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
test-ci
ims-ci-test
Commits
e70b87b3
提交
e70b87b3
authored
6月 01, 2023
作者:
余乾开
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat(config):滚动升级
上级
52b92f67
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
33 行增加
和
15 行删除
+33
-15
deployment.yaml
kustomization/base/deployment.yaml
+3
-1
increase_replicas.yaml
kustomization/overlays/dev/increase_replicas.yaml
+12
-0
kustomization.yaml
kustomization/overlays/dev/kustomization.yaml
+11
-9
increase_replicas.yaml
kustomization/overlays/prod/increase_replicas.yaml
+7
-5
没有找到文件。
kustomization/base/deployment.yaml
浏览文件 @
e70b87b3
...
...
@@ -4,6 +4,8 @@ metadata:
name
:
ims-deployment
namespace
:
default
spec
:
minReadySeconds
:
250
revisionHistoryLimit
:
2
replicas
:
1
selector
:
matchLabels
:
...
...
@@ -18,7 +20,7 @@ spec:
image
:
REGISTRY/NAMESPACE/IMAGE:TAG
resources
:
limits
:
memory
:
4096
Mi
memory
:
1024
Mi
cpu
:
100m
ports
:
-
containerPort
:
10001
...
...
kustomization/overlays/dev/increase_replicas.yaml
0 → 100644
浏览文件 @
e70b87b3
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
ims-deployment
spec
:
replicas
:
2
strategy
:
type
:
RollingUpdate
rollingUpdate
:
maxSurge
:
1
maxUnavailable
:
1
\ No newline at end of file
kustomization/overlays/dev/kustomization.yaml
浏览文件 @
e70b87b3
apiVersion
:
kustomize.config.k8s.io/v1beta1
kind
:
Kustomization
resources
:
-
../../base
-
../../base
#namePrefix: dev-
namespace
:
dev
commonLabels
:
...
...
@@ -9,12 +9,13 @@ commonLabels:
commonAnnotations
:
note
:
This is dev!
patches
:
-
path
:
./configMap.yaml
-
path
:
./service-patch.yaml
target
:
kind
:
Service
name
:
ims-svc
-
path
:
./increase_replicas.yaml
-
path
:
./configMap.yaml
-
path
:
./service-patch.yaml
target
:
kind
:
Service
name
:
ims-svc
images
:
-
name
:
REGISTRY/NAMESPACE/IMAGE:TAG
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/ims
newTag
:
01424bfc71116f6733576e8f34d41d92aa8d3af3
-
name
:
REGISTRY/NAMESPACE/IMAGE:TAG
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/ims
newTag
:
01424bfc71116f6733576e8f34d41d92aa8d3af3
\ No newline at end of file
kustomization/overlays/prod/increase_replicas.yaml
浏览文件 @
e70b87b3
...
...
@@ -3,7 +3,9 @@ kind: Deployment
metadata
:
name
:
ims-deployment
spec
:
replicas
:
1
# template:
# spec:
# nodeName: master
\ No newline at end of file
replicas
:
2
strategy
:
type
:
RollingUpdate
rollingUpdate
:
maxSurge
:
1
maxUnavailable
:
1
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论