32 Star 156 Fork 55

腾讯蓝鲸智云 / bk-bcs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
gamedeployment.yaml 853 Bytes
一键复制 编辑 原始数据 按行查看 历史
developerJim 提交于 2021-02-26 21:18 . chore: update readme, issue #0
apiVersion: tkex.tencent.com/v1alpha1
kind: GameDeployment
metadata:
name: test-gamedeployment
labels:
app: test-gamedeployment
spec:
replicas: 4
selector:
matchLabels:
app: test-gamedeployment
template:
metadata:
labels:
app: test-gamedeployment
spec:
containers:
- name: python
image: python:latest
imagePullPolicy: IfNotPresent
command: ["python"]
args: ["-m", "http.server", "8000" ]
ports:
- name: http
containerPort: 8000
updateStrategy:
type: InplaceUpdate
maxUnavailable: 2
canary:
steps:
- partition: 3
- pause: {}
- partition: 2
- pause: {duration: 60}
- hook:
templateName: test
inPlaceUpdateStrategy:
gracePeriodSeconds: 30
Go
1
https://gitee.com/Tencent-BlueKing/bk-bcs.git
git@gitee.com:Tencent-BlueKing/bk-bcs.git
Tencent-BlueKing
bk-bcs
bk-bcs
master

搜索帮助