Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit e78b5e2

Browse files
authored
Update services.md
1 parent 2dd3163 commit e78b5e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cloud/project/services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ redirect_from:
1010

1111
The `services.yaml` file defines the services supported and used by {{site.data.var.ece}}, such as MySQL, Redis, and ElasticSearch. You do not need to subscribe to external service providers. This file is in the `.magento` directory of your project.
1212

13-
The deploy script uses the configuration files in the `.magento` directory to provision the environment with the configured services. A service becomes available to your application if it is included in the [`relationships`]({{ site.baseurl }}/cloud/project/magento-app-properties.html#relationships) property of the `.magento.app.yaml` file. The `services.yaml` file contains the _type_ and _disk_ values. Service type defines the service _name_ and _version_. Changing a service configuration causes a deployment to provision the environment with the updated services.
13+
The deploy script uses the configuration files in the `.magento` directory to provision the environment with the configured services. A service becomes available to your application if it is included in the [`relationships`]({{ site.baseurl }}/cloud/project/magento-app-properties.html#relationships) property of the `.magento.app.yaml` file. The `services.yaml` file contains the _type_ and _disk_ values. Service type defines the service _name_ and _version_.
1414

15-
This affects the following environments:
15+
Changing a service configuration causes a deployment to provision the environment with the updated services, which affects the following environments:
1616

1717
- All Starter environments including Production `master`
1818
- Pro Integration environments

0 commit comments

Comments
 (0)