1 Star 0 Fork 127

michael / usthe

forked from tomsun28 / usthe 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
usthe.yaml 637 Bytes
一键复制 编辑 原始数据 按行查看 历史
# ----------------------usthe--------------------- #
# ------usthe deployment------ #
kind: Deployment
apiVersion: apps/v1beta2
metadata:
name: usthe-deployment
labels:
app: usthe
spec:
replicas: 1
selector:
matchLabels:
app: usthe
template:
metadata:
labels:
app: usthe
spec:
containers:
- name: nginx
image: registry.cn-hangzhou.aliyuncs.com/tomsun28/usthe:latest
ports:
- containerPort: 80
---
# -------usthe-service--------- #
apiVersion: v1
kind: Service
metadata:
name: usthe-service
spec:
# type: NodePort
ports:
- name: web
port: 80
targetPort: 80
selector:
app: usthe
TypeScript
1
https://gitee.com/yiminyangguang/usthe.git
git@gitee.com:yiminyangguang/usthe.git
yiminyangguang
usthe
usthe
master

搜索帮助