kubernetes запуск wordpress(bitnami)

Thank you for reading this post, don't forget to subscribe!

зада­ча запу­стить wordpress на location
т.е. domain.com/blog/

запус­кать будем в k8s  в aws так же будем запус­кать базу внут­ри кла­сте­ра. диск будет на EFS

helm/charts/wordpres_mysql/templates/_helpers.tpl

helm/charts/wordpres_mysql/templates/configurationFiles-configmap.yaml

helm/charts/wordpres_mysql/templates/deployment.yaml

helm/charts/wordpres_mysql/templates/external-secrets.yaml

helm/charts/wordpres_mysql/templates/job.yaml

helm/charts/wordpres_mysql/templates/NOTES.txt

helm/charts/wordpres_mysql/templates/pv.yaml

helm/charts/wordpres_mysql/templates/pvc.yaml

helm/charts/wordpres_mysql/templates/serviceaccount.yaml

helm/charts/wordpres_mysql/templates/svc.yaml

helm/charts/wordpres_mysql/Chart.yaml

helm/charts/wordpres_mysql/values.yaml

 

теперь рас­пи­шу тем­плей­ты само­го вордпресса

helm/charts/wordpress/templates/_helpers.tpl

helm/charts/wordpress/templates/config-secret.yaml

helm/charts/wordpress/templates/deployment.yaml

helm/charts/wordpress/templates/external-secrets.yaml

helm/charts/wordpress/templates/externaldb-secrets.yaml

helm/charts/wordpress/templates/extra-list.yaml

helm/charts/wordpress/templates/hpa.yaml

helm/charts/wordpress/templates/httpd-configmap.yaml

helm/charts/wordpress/templates/ingress.yaml