Skip to content
Snippets Groups Projects
Commit 446d5b75 authored by Abdellatif Kebraoui's avatar Abdellatif Kebraoui
Browse files

[FEAT] update application-cloud.yml for Eureka client configuration and instance settings

parent aff0f9a6
Branches
No related tags found
No related merge requests found
...@@ -21,10 +21,12 @@ spring: ...@@ -21,10 +21,12 @@ spring:
eureka: eureka:
client: client:
serviceUrl: serviceUrl:
defaultZone: https://eureka-service-682610574114.europe-west1.run.app defaultZone: https://eureka-service-682610574114.europe-west1.run.app/eureka/
instance: instance:
hostname: https://usermanagement-service-682610574114.europe-west1.run.app hostname: usermanagement-service-682610574114.europe-west1.run.app
non-secure-port: ${PORT:80} # Not used since we prefer secure port securePortEnabled: true
secure-port: 443 nonSecurePortEnabled: false
secure-port-enabled: true securePort: 443
prefer-ip-address: false statusPageUrl: https://${eureka.instance.hostname}/actuator/info
\ No newline at end of file healthCheckUrl: https://${eureka.instance.hostname}/actuator/health
homePageUrl: https://${eureka.instance.hostname}/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment