set example polaris address to demo environment

pull/207/head
lepdou 2 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)
- [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)
- [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">

@ -34,6 +34,16 @@ The capabilities provided by Spring Cloud Tencent include but are not limited to
- ...
- 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
<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
cloud:
polaris:
address: grpc://127.0.0.1:8091
address: grpc://183.47.111.80:8091
namespace: default
enabled: true
discovery:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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