Skip to content

Commit 9f3db08

Browse files
committed
Fix security group names
1 parent 090d65c commit 9f3db08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pulumi/config.stage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ resources:
480480
name: flower-stage
481481

482482
container_security_groups:
483-
celery:
483+
celery-stage:
484484
none:
485485
description: Network config for Celery containers in accounts-stage
486486
rules:
@@ -492,7 +492,7 @@ resources:
492492
cidr_blocks:
493493
- 0.0.0.0/0
494494
ingress: [] # Celery is a "pull" based system, requiring no ingress
495-
flower: # Service to connect
495+
flower-stage: # Service to connect
496496
flower: # LB to allow connections from
497497
description: Network config for Flower containers in accounts-stage
498498
rules:

0 commit comments

Comments
 (0)