1 Star 1 Fork 0

tanwubo / okd-istio-bookinfo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
03-reviews-v2.yaml 619 Bytes
一键复制 编辑 原始数据 按行查看 历史
tanwubo 提交于 2019-11-22 13:28 . first import
apiVersion: apps/v1
kind: Deployment
metadata:
name: reviews-v2
labels:
app: reviews
version: v2
annotations:
sidecar.istio.io/inject: "true"
spec:
replicas: 1
selector:
matchLabels:
app: reviews
version: v2
template:
metadata:
labels:
app: reviews
version: v2
annotations:
sidecar.istio.io/inject: "true"
spec:
serviceAccountName: bookinfo-reviews
containers:
- name: reviews
image: istio/examples-bookinfo-reviews-v2:1.12.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9080
1
https://gitee.com/tanwubo/okd-istio-bookinfo.git
git@gitee.com:tanwubo/okd-istio-bookinfo.git
tanwubo
okd-istio-bookinfo
okd-istio-bookinfo
master

搜索帮助