[zh] synchronize translate configure-persistent-volume-storage.md

This commit is contained in:
帅进超
2021-12-29 22:59:13 +08:00
parent ff4e472dcf
commit 4916d4bd81
2 changed files with 41 additions and 0 deletions
@@ -0,0 +1,22 @@
apiVersion: v1
kind: Pod
metadata:
name: test
spec:
containers:
- name: test
image: nginx
volumeMounts:
# 网站数据挂载
- name: config
mountPath: /usr/share/nginx/html
subPath: html
# Nginx 配置挂载
- name: config
mountPath: /etc/nginx/nginx.conf
subPath: nginx.conf
volumes:
- name: config
persistentVolumeClaim:
claimName: test-nfs-claim