8 Star 0 Fork 0

Watler / 启达台享

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifests 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
搜搜小金 提交于 2020-09-23 23:33 . T 1.0.0 20200923
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: ad-web
name: ad-web
namespace: ad-app
spec:
replicas: 1
selector:
matchLabels:
app: ad-web
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
labels:
app: ad-web
spec:
containers:
- env:
- name: PKG_RELEASE
value: 1~buster
image: 'registry-vpc.cn-shenzhen.aliyuncs.com/ad-app/ad-web:1.0'
imagePullPolicy: Always
name: ad-web
ports:
- containerPort: 80
name: http
protocol: TCP
resources:
requests:
cpu: 250m
memory: 512Mi
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
JavaScript
1
https://gitee.com/5945/qida.git
git@gitee.com:5945/qida.git
5945
qida
启达台享
master

搜索帮助