quarkus-for-spring-developers / examples

Example code for the Quarkus for Spring Developers eBook
https://red.ht/quarkus-spring-devs
Apache License 2.0
46 stars 17 forks source link

Chapter 6: quarkus-rest-cloud-config: application.properties Questions #79

Closed edeandrea closed 3 years ago

edeandrea commented 3 years ago

Sub-issue of quarkus-for-spring-developers/project-management#32

In src/main/resources/application.properties is

quarkus.kubernetes.ingress.host=chapter-6-quarkus-rest-cloud-config.127.0.0.1.nip.io
quarkus.kubernetes.ports.http.host-port=8080
quarkus.kubernetes.ports.http.container-port=8080

necessary?

edeandrea commented 3 years ago

@cmoulliard I don't know the answer to this. If these are required then we can simply close out this ticket.

cmoulliard commented 3 years ago

I removed the non needed property. Can you check and close ? @edeandrea