set example polaris address to demo environment

pull/207/head
lepdou 3 years ago committed by Haotian Zhang
parent 6a90de6d1e
commit 71a047290c

@ -12,3 +12,4 @@
- [feat:add rate limit of unirate.](https://github.com/Tencent/spring-cloud-tencent/pull/197) - [feat:add rate limit of unirate.](https://github.com/Tencent/spring-cloud-tencent/pull/197)
- [test:add junit test to polaris-circuitbreaker.](https://github.com/Tencent/spring-cloud-tencent/pull/202) - [test:add junit test to polaris-circuitbreaker.](https://github.com/Tencent/spring-cloud-tencent/pull/202)
- [test:add junit test to polaris-discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/205) - [test:add junit test to polaris-discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/205)
- [Example:set example polaris address to demo environment.](https://github.com/Tencent/spring-cloud-tencent/pull/206)

@ -36,6 +36,14 @@ Spring Cloud Tencent提供的能力包括但不限于
- ... - ...
- 标签透传 - 标签透传
## 体验环境
- 管控台地址: http://14.116.241.63:8080/
- 账号polaris
- 密码polaris
- 控制面地址: grpc://183.47.111.80:8091
-
`spring-cloud-tencent-example` 下 example 地址都默认指向了体验服务地址grpc://183.47.111.80:8091如果您只是体验 Spring Cloud Tencent可直接一键运行任何 example。
## 管控台 ## 管控台
<img width="1792" alt="image" src="https://user-images.githubusercontent.com/4991116/163402268-48493802-4555-4b93-8e31-011410f2166b.png"> <img width="1792" alt="image" src="https://user-images.githubusercontent.com/4991116/163402268-48493802-4555-4b93-8e31-011410f2166b.png">

@ -34,6 +34,16 @@ The capabilities provided by Spring Cloud Tencent include but are not limited to
- ... - ...
- Label transparent transmission - Label transparent transmission
## Demo Environment
- Console Address : http://14.116.241.63:8080/
- Username: polaris
- Password: polaris
- Server Address: grpc://183.47.111.80:8091
The example addresses under `spring-cloud-tencent-example` all point to the experience service address (grpc://183.47.111.80:8091) by default.
If you only experience Spring Cloud Tencent, you can run any example directly with one click.
## Screenshots ## Screenshots
<img width="1792" alt="image" src="https://user-images.githubusercontent.com/4991116/163402268-48493802-4555-4b93-8e31-011410f2166b.png"> <img width="1792" alt="image" src="https://user-images.githubusercontent.com/4991116/163402268-48493802-4555-4b93-8e31-011410f2166b.png">

@ -5,7 +5,7 @@ spring:
name: MetadataCalleeService name: MetadataCalleeService
cloud: cloud:
polaris: polaris:
address: grpc://127.0.0.1:8091 address: grpc://183.47.111.80:8091
namespace: default namespace: default
enabled: true enabled: true
discovery: discovery:

@ -5,7 +5,7 @@ spring:
name: MetadataCallerService name: MetadataCallerService
cloud: cloud:
polaris: polaris:
address: grpc://127.0.0.1:8091 address: grpc://183.47.111.80:8091
namespace: default namespace: default
enabled: true enabled: true
discovery: discovery:

@ -5,7 +5,7 @@ spring:
name: polaris-circuitbreaker-example-a name: polaris-circuitbreaker-example-a
cloud: cloud:
polaris: polaris:
address: grpc://127.0.0.1:8091 address: grpc://183.47.111.80:8091
namespace: default namespace: default
enabled: true enabled: true
circuitbreaker: circuitbreaker:

@ -5,7 +5,7 @@ spring:
name: polaris-circuitbreaker-example-b name: polaris-circuitbreaker-example-b
cloud: cloud:
polaris: polaris:
address: grpc://127.0.0.1:8091 address: grpc://183.47.111.80:8091
namespace: default namespace: default
enabled: true enabled: true
is-throw-runtime-exception: false is-throw-runtime-exception: false

@ -5,7 +5,7 @@ spring:
name: polaris-circuitbreaker-example-b name: polaris-circuitbreaker-example-b
cloud: cloud:
polaris: polaris:
address: grpc://127.0.0.1:8091 address: grpc://183.47.111.80:8091
namespace: default namespace: default
enabled: true enabled: true
is-throw-runtime-exception: true is-throw-runtime-exception: true

@ -5,7 +5,7 @@ spring:
name: polaris-config-example name: polaris-config-example
cloud: cloud:
polaris: polaris:
address: grpc://127.0.0.1:8091 address: grpc://183.47.111.80:8091
namespace: default namespace: default
config: config:
auto-refresh: true # auto refresh when config file changed auto-refresh: true # auto refresh when config file changed

@ -5,7 +5,7 @@ spring:
name: DiscoveryCalleeService name: DiscoveryCalleeService
cloud: cloud:
polaris: polaris:
address: grpc://127.0.0.1:8091 address: grpc://183.47.111.80:8091
namespace: default namespace: default
enabled: true enabled: true
discovery: discovery:

@ -6,7 +6,7 @@ spring:
name: DiscoveryCallerService name: DiscoveryCallerService
cloud: cloud:
polaris: polaris:
address: grpc://127.0.0.1:8091 address: grpc://183.47.111.80:8091
namespace: default namespace: default
enabled: true enabled: true
discovery: discovery:

@ -6,5 +6,5 @@ spring:
name: GatewayCalleeService name: GatewayCalleeService
cloud: cloud:
polaris: polaris:
address: grpc://127.0.0.1:8091 address: grpc://183.47.111.80:8091
namespace: default namespace: default

@ -12,7 +12,7 @@ spring:
transitive: transitive:
- a - a
polaris: polaris:
address: grpc://127.0.0.1:8091 address: grpc://183.47.111.80:8091
namespace: default namespace: default
enabled: true enabled: true
discovery: discovery:

@ -6,7 +6,7 @@ spring:
name: GatewayZuulService name: GatewayZuulService
cloud: cloud:
polaris: polaris:
address: grpc://127.0.0.1:8091 address: grpc://183.47.111.80:8091
namespace: default namespace: default
tencent: tencent:
metadata: metadata:

@ -5,7 +5,7 @@ spring:
name: RateLimitCalleeService name: RateLimitCalleeService
cloud: cloud:
polaris: polaris:
address: grpc://127.0.0.1:8091 address: grpc://183.47.111.80:8091
namespace: default namespace: default
enabled: true enabled: true
ratelimit: ratelimit:

@ -9,6 +9,6 @@ spring:
content: content:
label1: value1 label1: value1
polaris: polaris:
address: grpc://127.0.0.1:8091 address: grpc://183.47.111.80:8091
namespace: default namespace: default
enabled: true enabled: true

@ -9,6 +9,6 @@ spring:
content: content:
label1: value2 label1: value2
polaris: polaris:
address: grpc://127.0.0.1:8091 address: grpc://183.47.111.80:8091
namespace: default namespace: default
enabled: true enabled: true

@ -9,7 +9,7 @@ spring:
content: content:
k1: v1 k1: v1
polaris: polaris:
address: grpc://127.0.0.1:8091 address: grpc://183.47.111.80:8091
namespace: default namespace: default
enabled: true enabled: true
loadbalancer: loadbalancer:

@ -6,7 +6,7 @@ spring:
name: gray-release-back name: gray-release-back
cloud: cloud:
polaris: polaris:
address: ${polaris_address} address: grpc://183.47.111.80:8091
namespace: default namespace: default
enabled: true enabled: true
discovery: discovery:

@ -1,6 +0,0 @@
global:
statReporter:
enable: true
plugin:
prometheus:
pushgatewayAddress: ${prometheus_address}

@ -6,7 +6,7 @@ spring:
name: gray-release-front name: gray-release-front
cloud: cloud:
polaris: polaris:
address: ${polaris_address} address: grpc://183.47.111.80:8091
namespace: default namespace: default
enabled: true enabled: true
discovery: discovery:

@ -1,6 +0,0 @@
global:
statReporter:
enable: true
plugin:
prometheus:
pushgatewayAddress: ${prometheus_address}

@ -6,7 +6,7 @@ spring:
name: gray-release-gateway name: gray-release-gateway
cloud: cloud:
polaris: polaris:
address: ${polaris_address} address: grpc://183.47.111.80:8091
namespace: default namespace: default
enabled: true enabled: true
discovery: discovery:

@ -1,6 +0,0 @@
global:
statReporter:
enable: true
plugin:
prometheus:
pushgatewayAddress: ${prometheus_address}

@ -6,7 +6,7 @@ spring:
name: gray-release-middle name: gray-release-middle
cloud: cloud:
polaris: polaris:
address: ${polaris_address} address: grpc://183.47.111.80:8091
namespace: default namespace: default
enabled: true enabled: true
discovery: discovery:

@ -1,6 +0,0 @@
global:
statReporter:
enable: true
plugin:
prometheus:
pushgatewayAddress: ${prometheus_address}
Loading…
Cancel
Save