Skip to content

Commit 09461bc

Browse files
kabircescoffier
authored andcommitted
Remove http port/host
1 parent 05b95ed commit 09461bc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

_posts/2025-10-31-quarkus-a2a-cloud-enhancements.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -416,16 +416,12 @@ Additionally, the POM contains the `quarkus-maven-plugin`, used to build the Qua
416416
417417
The final piece of the puzzle is configuring the A2A Agent Quarkus application in its https://github.com/a2aproject/a2a-java/blob/main/examples/cloud-deployment/server/src/main/resources/application.properties[`application.properties`]. Again, let's discuss the contents in chunks.
418418
419-
First we have some simple properties, setting the `agent.url` to use in the `CloudAgentCardProducer`. We also set the HTTP host and port, and define the location of the health endpoint.
419+
First we have some simple properties, setting the `agent.url` to use in the `CloudAgentCardProducer`. We also define the location of the health endpoint.
420420
[source, properties]
421421
----
422422
# Agent Configuration
423423
agent.url=${AGENT_URL:http://localhost:8080} <1>
424424

425-
# HTTP Server
426-
quarkus.http.port=8080
427-
quarkus.http.host=0.0.0.0
428-
429425
# Health checks
430426
quarkus.smallrye-health.root-path=/health <2>
431427
----

0 commit comments

Comments
 (0)