Create config map for all variables and secrets, update ingress-service.yaml to use config map, update yaml files to include persistent volume if recommended or necessary, update nginx-proxy-deployment to use latest nginx proxy manager and proxy for ghost-blog-deployment, add resource limits for nginx-proxy-deployment, add mysql-pv and mysql-pvc yaml files, and update yaml files to reference latest changes.

This commit is contained in:
gregory hendrickson
2023-01-26 03:28:27 -08:00
parent 250a82b87c
commit 91e99dd2ab
3 changed files with 24 additions and 2 deletions

View File

@@ -29,3 +29,8 @@ spec:
- hosts:
- $(VAR_HOST)
secretName: $(SECRET_NAME)
#In the ingress-service.yaml, the "secretName" field is used to specify the name of the Kubernetes Secret object that contains the TLS certificate and key that should be used for the ingress. The ingress controller will use this secret to terminate the HTTPS connection and encrypt the traffic. The value of the "secretName" field should be the name of the secret that contains the certificate and key.