1 Star 0 Fork 3

好雨科技 / glusterfs-k8s

forked from 刘帅 / glusterfs-k8s 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deployment.yaml 537 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘帅 提交于 2020-05-22 15:14 . update deployment.yaml.
apiVersion: apps/v1
kind: Deployment
metadata:
name: glusterfs-simple-provisioner
spec:
replicas: 1
selector:
matchLabels:
app: glusterfs-simple-provisioner
strategy:
type: Recreate
template:
metadata:
labels:
app: glusterfs-simple-provisioner
spec:
serviceAccount: glfs-provisioner
containers:
- image: "quay.io/external_storage/glusterfs-simple-provisioner:latest"
imagePullPolicy: IfNotPresent
name: glusterfs-simple-provisioner
1
https://gitee.com/rainbond/gfs-k8s.git
git@gitee.com:rainbond/gfs-k8s.git
rainbond
gfs-k8s
glusterfs-k8s
master

搜索帮助