Parcourir la source

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

jose-fully-ported il y a 2 ans
Parent
commit
d7be778970
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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"},
 	}