加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
k8s_dashboard.yaml 686 Bytes
一键复制 编辑 原始数据 按行查看 历史
e421083458 提交于 2021-09-20 14:00 . 规整日志及命令行管理器
apiVersion: apps/v1
kind: Deployment
metadata:
name: go-gateteway-dashboard
spec:
replicas: 1
selector:
matchLabels:
name: go-gateteway-dashboard
template:
metadata:
labels:
name: go-gateteway-dashboard
spec:
containers:
- name: go-gateteway-dashboard
image: go-gateteway-dashboard
imagePullPolicy: Never
ports:
- containerPort: 8880
---
apiVersion: v1
kind: Service
metadata:
name: go-gateteway-dashboard
spec:
ports:
- port: 8880
name: "dashboard"
targetPort: 8880
protocol: TCP
nodePort: 30088
type: NodePort
selector:
name: go-gateteway-dashboard
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化