1 Star 0 Fork 12

shanke/k8s-redis

forked from 明蓝皓月/k8s-redis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app-deployment-service.yaml 510 Bytes
一键复制 编辑 原始数据 按行查看 历史
明蓝皓月 提交于 2020-12-18 15:13 . redis k8s
apiVersion: v1
kind: Service
metadata:
name: hit-counter-lb
spec:
type: ClusterIP
ports:
- port: 80
protocol: TCP
targetPort: 5000
selector:
app: myapp
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: hit-counter-app
spec:
replicas: 1
selector:
matchLabels:
app: myapp
template:
metadata:
labels:
app: myapp
spec:
containers:
- name: myapp
image: calinrus/api-redis-ha:1.0
ports:
- containerPort: 5000
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/760374564/k8s-redis.git
git@gitee.com:760374564/k8s-redis.git
760374564
k8s-redis
k8s-redis
master

搜索帮助