You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2023/06/02 13:23:01 UTC

[linkis] branch dev-1.4.0-integration-test2 updated: modify yaml

This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev-1.4.0-integration-test2
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.4.0-integration-test2 by this push:
     new 06717fbac modify yaml
06717fbac is described below

commit 06717fbac936fe695d4f9b2e5f43c014561624a7
Author: casionone <ca...@gmail.com>
AuthorDate: Fri Jun 2 21:15:58 2023 +0800

    modify yaml
---
 linkis-dist/helm/charts/linkis/templates/configmap-linkis-config.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/linkis-dist/helm/charts/linkis/templates/configmap-linkis-config.yaml b/linkis-dist/helm/charts/linkis/templates/configmap-linkis-config.yaml
index db8808c2b..fb1494e9b 100644
--- a/linkis-dist/helm/charts/linkis/templates/configmap-linkis-config.yaml
+++ b/linkis-dist/helm/charts/linkis/templates/configmap-linkis-config.yaml
@@ -80,7 +80,7 @@ data:
     eureka:
       instance:
         prefer-ip-address: true
-        #instance-id: ${spring.cloud.client.ip-address}:${spring.application.name}:${server.port}
+        instance-id: ${spring.cloud.client.ip-address}:${spring.application.name}:${server.port}
         lease-renewal-interval-in-seconds: 4
         lease-expiration-duration-in-seconds: 12
       client:
@@ -123,7 +123,7 @@ data:
     eureka:
       instance:
         preferIpAddress: true
-        hostname: localhost
+        hostname: ${spring.cloud.client.ip-address}
       client:
         register-with-eureka: false
         fetch-registry: false


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org