You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by li...@apache.org on 2021/11/25 14:22:07 UTC

[skywalking-satellite] branch main updated: Remove unnecessary environment suffix (#87)

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

liuhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git


The following commit(s) were added to refs/heads/main by this push:
     new 64f1938  Remove unnecessary environment suffix (#87)
64f1938 is described below

commit 64f1938e118e95b8d8f50756f666e4777ce6aca2
Author: mrproliu <74...@qq.com>
AuthorDate: Thu Nov 25 22:22:00 2021 +0800

    Remove unnecessary environment suffix (#87)
---
 configs/satellite_config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/satellite_config.yaml b/configs/satellite_config.yaml
index f08a72e..8957b57 100644
--- a/configs/satellite_config.yaml
+++ b/configs/satellite_config.yaml
@@ -85,7 +85,7 @@ sharing:
         # How to get the address exported port
         extra_port:
           # Resource target port
-          port: ${SATELLITE_GRPC_CLIENT_KUBERNETES_EXTRA_PORT_PORT:11800}
+          port: ${SATELLITE_GRPC_CLIENT_KUBERNETES_EXTRA_PORT:11800}
       # The TLS switch
       enable_TLS: ${SATELLITE_GRPC_ENABLE_TLS:false}
       # The file path of client.pem. The config only works when opening the TLS switch.