You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helm: make MySQL DB_URL extensible/overridable, wire Grafana datasource envs, and add smoke-test CI (#350)
* Add custom MySQL DSN query params feature
- Introduce `DB_CUSTOM_PARAMS` in `configmap.yaml`.
- Enhance `DB_URL` in `deployments.yaml` to include custom params.
- Define `mysql.extraParams` in `values.yaml` for configuration.
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* Enable optional DB URL auto-assembly for MySQL
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* fix: Pass MySQL env vars to Grafana for datasource setup
- Introduced `connectionConfigmapName` to optionally override the default ConfigMap name for better configurability.
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* Add Helm smoke test workflow
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* Link Secret and ConfigMap names in values.yaml
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* Add customizable probes for MySQL containers
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* fix(mysql): Resolve environment-dependent startup failures by switching MySQL probes to TCP
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
---------
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
0 commit comments