Skip to content

Commit

Permalink
add missing defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed Aug 22, 2024
1 parent d3dae47 commit 5b2bb69
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions account-lookup-service/chart-handler-timeout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b2bb69

Please sign in to comment.