1 Star 0 Fork 0

维李设论/koupa

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pod.yaml 546 Bytes
一键复制 编辑 原始数据 按行查看 历史
we452366 提交于 2024-03-04 11:21 . init
apiVersion: apps/v1
kind: Deployment
metadata:
name: 应用名称
spec:
replicas: 1
selector:
matchLabels:
app: 应用名称
template:
metadata:
labels:
app: 应用名称
spec:
containers:
- name: 应用名称
image: 应用名称:应用版本
imagePullPolicy: Always
resources:
limits:
cpu: 5
memory: 10G
requests:
cpu: 1
memory: 1G
ports:
- containerPort: 80
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Docker
1
https://gitee.com/VLeeDesignTheory/koupa.git
[email protected]:VLeeDesignTheory/koupa.git
VLeeDesignTheory
koupa
koupa
master

搜索帮助