Merge pull request #30 from navi-infra/infra-443

INFRA-443 | Abhishek | Fix naming conventions
This commit is contained in:
Abhishek Katiyar
2020-07-31 13:26:40 +05:30
committed by GitHub Enterprise
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
"awsInstanceClass": "db.t3.micro",
"performanceInsightsEnabled": true
},
"rds_alert_thresholds": {
"rdsAlertThresholds": {
"cpuUtilization": 70,
"cpuCreditBalance": 120,
"burstBalance": 85,

View File

@@ -44,7 +44,7 @@ type Database struct {
ReadonlyPassword string `json:"readonlyPassword"`
PerformanceInsightsEnabled bool `json:"performanceInsightsEnabled"`
ReadReplica *ReadReplica `json:"readReplica"`
RdsAlertThresholds *RdsAlertThresholds `json:"rds_alert_thresholds"`
RdsAlertThresholds *RdsAlertThresholds `json:"rdsAlertThresholds"`
}
type Team struct {