瀏覽代碼

Scale up elasticache controller when creating an elasticache redis (#4010)

jose-fully-ported 2 年之前
父節點
當前提交
d7be778970
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      api/server/handlers/release/create_addon.go

+ 1 - 0
api/server/handlers/release/create_addon.go

@@ -204,6 +204,7 @@ func (c *CreateAddonHandler) performAddonPreinstall(ctx context.Context, r *http
 	defer span.End()
 
 	awsTemplates := map[string][]string{
+		"elasticache-redis":     {"ack-chart-ec2", "ack-chart-elasticache"},
 		"rds-postgresql":        {"ack-chart-ec2", "ack-chart-rds"},
 		"rds-postgresql-aurora": {"ack-chart-ec2", "ack-chart-rds"},
 	}