1 Star 0 Fork 12

Maling/java-web-demo

forked from 李振良/java-web-demo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
k8s-deploy.yaml 663 Bytes
一键复制 编辑 原始数据 按行查看 历史
Maling 提交于 2024-11-17 10:56 . update k8s-deploy.yaml.
apiVersion: apps/v1
kind: Deployment
metadata:
name: java-web-demo
spec:
replicas: 2
selector:
matchLabels:
app: web-demo
template:
metadata:
labels:
app: web-demo
spec:
#imagePullSecrets:
#- name: jenkins-sa
containers:
- name: web
image: crpi-oj69mvc6vo3fpgfe.cn-hangzhou.personal.cr.aliyuncs.com/ml01/web:15
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
---
apiVersion: v1
kind: Service
metadata:
name: java-web-demo
spec:
type: NodePort
ports:
- port: 80
protocol: TCP
targetPort: 8080
nodePort: 30380
selector:
app: web-demo
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ma-00/java-web-demo.git
[email protected]:ma-00/java-web-demo.git
ma-00
java-web-demo
java-web-demo
master

搜索帮助