1 Star 0 Fork 3

zzq / helloworld

forked from 梅孝亮 / helloworld 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
svc-deployment.yaml 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
zzq 提交于 2020-01-14 10:29 . 修改image
apiVersion: apps/v1
kind: Deployment
metadata:
name: myapp-deploy
namespace: default
spec:
replicas: 1
selector:
matchLabels:
app: myapp
release: stabel
template:
metadata:
labels:
app: myapp
release: stabel
env: test
spec:
containers:
- name: myapp
image: 192.168.1.62/library/myapp:1.0
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 80
Java
1
https://gitee.com/aaa7864548/helloworld.git
git@gitee.com:aaa7864548/helloworld.git
aaa7864548
helloworld
helloworld
master

搜索帮助