adfinis / openshift-mariadb-galera

Kubernetes / OpenShift Images for a MariaDB Galera Cluster
GNU General Public License v3.0
37 stars 42 forks source link

Better readiness probe #1

Closed eni23 closed 7 years ago

eni23 commented 7 years ago

The current readinessProbe is really basic:

mysql -u root -e 'show databases;'

We should use an dedicated monitoring-user configurable over ENV-variables and maybe even check ports. Also move the actual commands from the yaml to an dedicated script in the image.