Through this repository a simple helm chart can be setup.
wordpress is the drectory where the hel is installed and contains Chart.yaml, templates directory and values.yaml
Chart.yaml -> contains the basic info about the chart
templates-> contains all the yaml file for configuring environment.
values.yaml is the file that contains the variable and its values.
mysql.yaml is the file through which mysql deployment can be created.
mysql-svc.yaml is the file through which its services can be exposed.