You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
372 B

apiVersion: v1
kind: Pod
metadata:
name: miweb
labels:
app: nginx
spec:
containers:
- name: nginx
image: linuxserver/nginx
ports:
- containerPort: 80
name: "nginx-http"
volumeMounts:
- name: nginx-www-folder
mountPath: /config/www
volumes:
- name: nginx-www-folder
persistentVolumeClaim:
claimName: nginx-pv-claim