Skip to content

Commit

Permalink
addressing comments
Browse files Browse the repository at this point in the history
- creating section to edit descriptor in place
  • Loading branch information
franciscolopezsancho committed Jan 16, 2025
1 parent 43b21ff commit 2acee0c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docs/src/modules/operations/pages/services/deploy-service.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,7 @@ For further details, see xref:operations:projects/external-container-registries.

Akka services can also be described and managed with *YAML service descriptors*. See xref:reference:descriptors/service-descriptor.adoc[].

Once you have <<_deploying_a_service, deployed your service>>, you can modify it by editing its service descriptor:

[source, command line]
----
akka service edit my-service
----

Whether you have deployed your service or not, you can always deploy it using a service descriptor.
You can deploy your service using a service descriptor.
For this you need at least the image, which you can get by <<_build_container_image, building the container image>> and then <<_pushing_to_acr, pushing it to the container registry>>:

[source, command line]
Expand Down Expand Up @@ -224,6 +217,15 @@ After editing the service descriptor (e.g., `my-service.yaml`), redeploy it with
akka service apply -f my-service.yaml
----

=== Editing in place the service descriptor

Once you have <<_deploying_a_service, deployed your service>>, you can also modify it by editing its service descriptor:

[source, command line]
----
akka service edit my-service
----

== Removing a deployed service

To delete a service and free its resources, run the following command, replacing `my-service` with the name of the service you want to remove:
Expand Down

0 comments on commit 2acee0c

Please sign in to comment.