We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090d65c commit 9f3db08Copy full SHA for 9f3db08
pulumi/config.stage.yaml
@@ -480,7 +480,7 @@ resources:
480
name: flower-stage
481
482
container_security_groups:
483
- celery:
+ celery-stage:
484
none:
485
description: Network config for Celery containers in accounts-stage
486
rules:
@@ -492,7 +492,7 @@ resources:
492
cidr_blocks:
493
- 0.0.0.0/0
494
ingress: [] # Celery is a "pull" based system, requiring no ingress
495
- flower: # Service to connect
+ flower-stage: # Service to connect
496
flower: # LB to allow connections from
497
description: Network config for Flower containers in accounts-stage
498
0 commit comments