* k8s: Add Helm chart for Vitess
This is mostly a direct translation of `examples/kubernetes`,
which I expect can be replaced by this after some more tweaks
and doc updates.
In particular, this still does not use new features like Deployment,
and tablets are not protected by any controllers. I plan to start
incorporating these new features, potentially as options so this chart
can still work on clusters that don't have k8s Alpha features enabled.
* k8s: Add Orchestrator to Vitess Helm chart