blob: c5a52e73bfada224eddeac24fbeb4be38ef14c3a [file] [log] [blame]
Mohammed Naserc6e431b2024-03-15 01:21:44 -04001package openstack_helm
2
3type DatabaseConf struct {
4 ConnectionRecycleTime int `yaml:"connection_recycle_time,omitempty"`
5 MaxPoolSize int `yaml:"max_pool_size,omitempty"`
6 MaxRetries int `yaml:"max_retries,omitempty"`
7}