Skip to content

Commit

Permalink
Revert "fix(sandbox): ServiceConnect" (#3402)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkgnotic authored Dec 17, 2024
1 parent 2f71bc6 commit 9935c72
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions prod/templates/sandbox/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ Resources:
MinimumHealthyPercent: 50
DesiredCount: 10
TaskDefinition: !Ref "TaskDefinitionViewSyncer"
ServiceConnectConfiguration:
Enabled: true
Namespace: !Ref ServiceDiscoveryNamespace
LoadBalancers:
- ContainerName: "view-syncer-container"
ContainerPort: 4848
Expand Down Expand Up @@ -202,7 +199,6 @@ Resources:
Essential: true
Environment:
- Name: ZERO_CHANGE_STREAMER_URI
# TODO: Change to ws://change-streamer:4849 and remove ServiceDiscovery
Value: ws://replication-manager.internal.local:4849
- Name: ZERO_LOG_FORMAT
Value: json
Expand Down Expand Up @@ -289,6 +285,8 @@ Resources:

ServiceReplicationManager:
Type: AWS::ECS::Service
DependsOn:
- ServiceDiscoveryNamespace
Properties:
ServiceName: "replication-manager"
Cluster: !Ref Cluster
Expand All @@ -310,11 +308,6 @@ Resources:
MinimumHealthyPercent: 50
DesiredCount: 1
TaskDefinition: !Ref "TaskDefinitionReplicationManager"
ServiceConnectConfiguration:
Enabled: true
Namespace: !Ref ServiceDiscoveryNamespace
Services:
- PortName: "change-streamer"
ServiceRegistries:
- RegistryArn: !GetAtt ReplicationManagerRegistry.Arn

Expand Down

0 comments on commit 9935c72

Please sign in to comment.