[ko] Update outdated files in dev-1.23-ko.1 M71-82

This commit is contained in:
Jihoon Seo
2022-01-03 16:18:23 +09:00
parent b99aa2336a
commit afe43b34e1
12 changed files with 214 additions and 122 deletions
@@ -0,0 +1,20 @@
apiVersion: v1
kind: Pod
metadata:
name: test
spec:
containers:
- name: test
image: nginx
volumeMounts:
- name: site-data
mountPath: /usr/share/nginx/html
subPath: html
- name: config
mountPath: /etc/nginx/nginx.conf
subPath: nginx.conf
volumes:
- name: config
persistentVolumeClaim:
claimName: test-nfs-claim