* Update the class and plans
With OSBA v0.11.0 we will be altering the mysql and postgres classes and
plans. This PR bumps them all to the new class and plans.
* adjust guidance on minikube
* Updating chart to use public image
Fixes#66
* Updating charts to provide firewall start/end ranges.
Due to changes for https://github.com/Azure/open-service-broker-azure/issues/146
we need to specify firewall rules if the service will be used outside of Azure
as is the case when running minikube. Previous default was 0.0.0.0 to 255.255.255.255
so those values are used here.
* Updating chart to use public image
Fixes#66
* Refactor of the phpbb chart
* change default plan from standard800 to standard100
* refactored to add conditional checks for mysql.embeddedMaria
- previously we always provisioned, even with embeddedMaria
- added logic to support local deployment
* newer bitnami phpbb image didn't work with older mariadb
- version increased to 1.0.5
* added parameter overrides to make the chart in line with ghost, drupal
and wordpress with new version of mariadb
* Readme updates
Fixes: #92
* Formatting
* Review comments.
* Updating chart to use public image
Fixes#66
* Changing the liveness and readiness probe initial delay.
When running on Minikube, the default values are less than the initial
configuratin time, resulting in a failure to ever properly start
Fixes#80
* Reverted the readiness initial delay