Commit Graph

8 Commits

Author SHA1 Message Date
gregory hendrickson
32045ef028 fixes 2023-01-26 04:15:16 -08:00
gregory hendrickson
d81610555b drop nginx-proxy-service and nginx-proxy-deployment
add traefik-proxy-service and traefik-proxy-deployment
2023-01-26 03:46:46 -08:00
gregory hendrickson
91e99dd2ab 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. 2023-01-26 03:28:27 -08:00
gregory hendrickson
250a82b87c updated all volumes, updated nginx-proxy. 2023-01-26 03:07:32 -08:00
gregory hendrickson
a64ac34a99 fixed .gitignore issue 2023-01-26 01:51:54 -08:00
gregory hendrickson
3a00bf67a3 The latest commit added the ghost-blog-service.yaml file, which includes the 'blog' namespace, and also support for both http and https ports and updated the configurations to include the namespace 'blog' across all the yaml files in the repository. 2023-01-26 01:11:43 -08:00
gregory hendrickson
658c77d672 Added configurations for deploying Ghost blog on Kubernetes using MySQL and nginx-proxy. Included resource limits for ghost-blog-deployment and mysql-deployment.yaml, created ingress-service.yaml for nginx-proxy with https and http, and added ghost-blog-service.yaml and mysql-service.yaml for connecting the Ghost blog app to the MySQL server. Also added a namespace 'blog' for better organization of resources. 2023-01-26 00:43:29 -08:00
gregory hendrickson
9436402467 init git 2023-01-25 19:18:09 -08:00