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
| database.dsn | string |`""`| Instead of configure the individual values you can also provide an DSN string example postgres: postgres://postgres:password@localhost:5432/postgres?sslmode=disable example mysql: root:password@tcp(localhost:3306)/test?tls=false |
363
+
| database.maxOpenConnections | int |`25`| Maximum number of open connections, supported for mysql and postgres |
364
+
| database.maxIdleConnections | int |`25`| Maximum number of idle connections, supported for mysql and postgres |
365
+
| database.connectionMaxLifetime | int |`0`| Maximum amount of time in minutes a connection may be reused, supported for mysql and postgres |
366
+
| database.connectionMaxIdleTime | int |`0`| Maximum amount of time in minutes a connection may be idle, supported for mysql and postgres |
367
+
| database.timeout | int |`10`| Timeout for database operations in seconds, supported for mysql and postgres |
368
+
| database.metrics | bool |`false`| Enables database related metrics, connection status and query histogram |
363
369
| database.secretRef | string |`""`| Read configuration from an existing Secret supported fields: username, password, host, dsn, database |
364
370
| database.mountedSecret | string |`""`||
365
371
| periodicSync.enabled | bool |`false`||
@@ -381,7 +387,7 @@ Open `http://localhost:8082/` in your browser.
0 commit comments