Skip to content

Commit

Permalink
remove local config & zipkin & spring stream
Browse files Browse the repository at this point in the history
  • Loading branch information
huangkaibin committed Jul 25, 2018
1 parent bbef167 commit a9840b4
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 365 deletions.
40 changes: 0 additions & 40 deletions helm/cmds-test-values.yaml

This file was deleted.

96 changes: 0 additions & 96 deletions helm/config-test-values.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions helm/gateway-test-values.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions helm/passport-test-values.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions helm/registry-test-values.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions helm/zipkin-test-values.yaml

This file was deleted.

9 changes: 4 additions & 5 deletions mircoservices/cmds-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
<java.version>1.8</java.version>
<spring-cloud.version>Finchley.RELEASE</spring-cloud.version>
<!-- docker registry -->
<docker.registry>your-private-registry</docker.registry>
<!-- insecurity, test only -->
<docker.host>http://192.168.64.75:2375</docker.host>
<docker.registry>registry.cn-hangzhou.aliyuncs.com/kayb</docker.registry>
<!-- none utc time-->
<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
</properties>
Expand Down Expand Up @@ -86,6 +84,7 @@
<!-- feign/ribbon end -->

<!-- tracer start -->
<!--
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-zipkin</artifactId>
Expand All @@ -94,11 +93,11 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bus-kafka</artifactId>
</dependency>
-->
<!-- tracer end -->

<dependency>
Expand Down Expand Up @@ -156,7 +155,7 @@
<imageTag>latest</imageTag>
</imageTags>
<dockerDirectory>${project.basedir}/docker</dockerDirectory>
<dockerHost>${docker.host}</dockerHost>

</configuration>
</plugin>
</plugins>
Expand Down
22 changes: 11 additions & 11 deletions mircoservices/config-repo/zipkin-service-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ spring:
server:
port: 9411

zipkin:
storage:
elasticsearch:
cluster: elasticsearch
index-replicas: 1
passwoord: 123456
hosts: localhost:9200
index: zipkin
index-shards: 1
username: elastic
type: elasticsearch
#zipkin:
# storage:
# elasticsearch:
# cluster: elasticsearch
# index-replicas: 1
# passwoord: 123456
# hosts: localhost:9200
# index: zipkin
# index-shards: 1
# username: elastic
# type: elasticsearch
22 changes: 11 additions & 11 deletions mircoservices/config-repo/zipkin-service-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ spring:
server:
port: 9411

zipkin:
storage:
elasticsearch:
cluster: elasticsearch
index-replicas: 1
passwoord: 123456
hosts: 192.168.64.168:9200
index: zipkin
index-shards: 1
username: elastic
type: elasticsearch
#zipkin:
# storage:
# elasticsearch:
# cluster: elasticsearch
# index-replicas: 1
# passwoord: 123456
# hosts: 192.168.64.168:9200
# index: zipkin
# index-shards: 1
# username: elastic
# type: elasticsearch
Loading

0 comments on commit a9840b4

Please sign in to comment.