From 5b2bb695bf2324c86abccac10e968df7311862c6 Mon Sep 17 00:00:00 2001 From: Kalin Krustev Date: Thu, 22 Aug 2024 10:03:40 +0000 Subject: [PATCH] add missing defaults --- .../chart-handler-timeout/values.yaml | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/account-lookup-service/chart-handler-timeout/values.yaml b/account-lookup-service/chart-handler-timeout/values.yaml index c168fb582..371921615 100644 --- a/account-lookup-service/chart-handler-timeout/values.yaml +++ b/account-lookup-service/chart-handler-timeout/values.yaml @@ -179,32 +179,32 @@ config: ] } } - # ## DB Configuration - # db_type: mysql - # db_driver: mysql - # db_host: mysqldb - # db_port: 3306 - # db_user: account_lookup - # ## Secret-Management - # ### Set this if you are using a clear password configured in the config section - # db_password: '' - # ### Configure this if you want to use a secret. Note, this will override the db_password, - # ### Use the next line if you do wish to use the db_password value instead. - # # db_secret: - # ### Example config for an existing secret - # # db_secret: - # # name: mysqldb - # # key: mysql-password - # db_database: account_lookup - # db_connection_pool_min: 10 - # db_connection_pool_max: 30 - # db_acquire_timeout_millis: 30000 - # db_create_timeout_millis: 30000 - # db_destroy_timeout_millis: 5000 - # db_idle_timeout_millis: 30000 - # db_reap_interval_millis: 1000 - # db_create_retry_interval_millis: 200 - # db_debug: false + ## DB Configuration + db_type: mysql + db_driver: mysql + db_host: mysqldb + db_port: 3306 + db_user: account_lookup + ## Secret-Management + ### Set this if you are using a clear password configured in the config section + db_password: '' + ### Configure this if you want to use a secret. Note, this will override the db_password, + ### Use the next line if you do wish to use the db_password value instead. + # db_secret: + ### Example config for an existing secret + # db_secret: + # name: mysqldb + # key: mysql-password + db_database: account_lookup + db_connection_pool_min: 10 + db_connection_pool_max: 30 + db_acquire_timeout_millis: 30000 + db_create_timeout_millis: 30000 + db_destroy_timeout_millis: 5000 + db_idle_timeout_millis: 30000 + db_reap_interval_millis: 1000 + db_create_retry_interval_millis: 200 + db_debug: false # display_routes: true # run_migrations: false