1 Star 0 Fork 0

tqyin/autotest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
springboot.yaml 895 Bytes
一键复制 编辑 原始数据 按行查看 历史
tqyin 提交于 2018-04-25 17:19 . init
kind: Deployment
apiVersion: extensions/v1beta1
metadata:
labels:
app: jcpt-springboot
name: jcpt-springboot
namespace: default
spec:
replicas: 3
template:
metadata:
labels:
app: jcpt-springboot
spec:
containers:
- name: jcpt-springboot
image: 10.112.101.90/cloudzone/autotest:3.0
imagePullPolicy: Always
ports:
- containerPort: 8080
#resources:
# requests:
# cpu: 0.05
# memory: 350Mi
# limits:
# cpu: 0.08
# memory: 500Mi
---
apiVersion: v1
kind: Service
metadata:
labels:
app: jcpt-springboot
name: jcpt-springboot
namespace: default
spec:
ports:
- name: jcpt-springboot
port: 8080
targetPort: 8080
nodePort: 8807
type: NodePort
selector:
app: jcpt-springboot
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zedhs/auto.git
git@gitee.com:zedhs/auto.git
zedhs
auto
autotest
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385