570 Star 3.2K Fork 1.3K

GVPtomsun28 / bootshiro

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

搜索帮助

14c37bed 8189591 565d56ea 8189591