# pvc
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: openresty-nfs
namespace: default
labels:
pvc: openresty-nfs
spec:
resources:
requests:
storage: 2048Mi
accessModes:
- ReadWriteMany
storageClassName: managed-nfs-storage
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: openresty
spec:
# 根据需求设置副本数量
replicas: 1
selector:
matchLabels:
app: openresty
template:
metadata:
labels:
app: openresty
spec:
containers:
- name: openresty
image: harbor.easzlab.io.local:8443/library/openresty:1.25.3.1-4-alpine-fat
ports:
- containerPort: 80
name: http
- containerPort: 443
name: https
volumeMounts:
- name: lua-scripts-volume
mountPath: /usr/local/openresty/nginx/conf/lua-scripts
subPath: lua-scripts
- name: lua-scripts-volume
mountPath: /usr/local/openresty/nginx/html
subPath: html
- name: lua-scripts-volume
mountPath: /etc/nginx/conf.d
subPath: conf.d
volumes:
- name: lua-scripts-volume
persistentVolumeClaim:
claimName: openresty-nfs
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
openregisty.zip (7个子文件)
vue-dp.yaml 669B
openregisty-dp.yaml 1KB
openregisty-dp-svc.yaml 243B
vue.zip 6.95MB
ingress-all.yaml 469B
Dockerfile 386B
nginx.conf 702B
共 7 条
- 1
资源评论
流月up
- 粉丝: 1742
- 资源: 182
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功