add nginx-proxy pv pvc and deployment

This commit is contained in:
gregory hendrickson
2023-01-26 15:17:15 -08:00
parent 8b60fd8696
commit f2d5035b98
4 changed files with 39 additions and 5 deletions

View File

@@ -30,10 +30,10 @@ metadata:
cpu: 200m
memory: 256Mi
volumeMounts:
- name: blog-gregattempts-net-cert
- name: nginx-proxy-persistent-storage
readOnly: true
mountPath: /etc/nginx/ssl
volumes:
- name: blog-gregattempts-cert
secret:
secretName: pv-blog-gregattempts.com
- name: nginx-proxy-persistent-storage
persistentVolumeClaim:
claimName: nginx-proxy-pvc