diff options
-rw-r--r-- | blueprints/k8s-inventory.yaml-template | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/blueprints/k8s-inventory.yaml-template b/blueprints/k8s-inventory.yaml-template index 2687bfa..bd65ef1 100644 --- a/blueprints/k8s-inventory.yaml-template +++ b/blueprints/k8s-inventory.yaml-template @@ -152,6 +152,11 @@ node_templates: relationships: - type: cloudify.relationships.depends_on target: postgres + interfaces: + cloudify.interfaces.lifecycle: + start: + inputs: + max_wait: 900 postgres: type: dcae.nodes.ContainerizedApplication |