Skip to content

Commit

Permalink
Merge pull request #774 from PRX/slow-worker-clickhouse
Browse files Browse the repository at this point in the history
Egress for clickhouse connections
  • Loading branch information
svevang authored Jun 18, 2024
2 parents d941094 + 9a2b6d0 commit 7348a82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spire/templates/apps/augury.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,14 @@ Resources:
FromPort: !Ref CastlePostgresInstanceEndpointPort
IpProtocol: tcp
ToPort: !Ref CastlePostgresInstanceEndpointPort
- CidrIp: 0.0.0.0/0
fromPort: !Ref SharedClickhousePort
IpProtocol: tcp
toPort: !Ref SharedClickhousePort
- CidrIpv6: ::/0
fromPort: !Ref SharedClickhousePort
IpProtocol: tcp
toPort: !Ref SharedClickhousePort
Tags:
- { Key: Name, Value: !Sub "${RootStackName}_augury_workslow" }
- { Key: prx:meta:tagging-version, Value: "2021-04-07" }
Expand Down

0 comments on commit 7348a82

Please sign in to comment.