Skip to content

Commit e5c4a97

Browse files
committed
to #41 ,disable dubbo consumer check
1 parent 91855d0 commit e5c4a97

11 files changed

+20
-2
lines changed

helm-chart/templates/cartservice1.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ spec:
4242
value: {{ .Values.mse.address.dubbo}}
4343
- name: JAVA_TOOL_OPTIONS
4444
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
45+
- name: dubbo.consumer.check
46+
value: "false"
4547
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/cartservice:{{ .Values.images.version}}
4648
imagePullPolicy: Always
4749
name: cartservice

helm-chart/templates/cartservice2.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ spec:
3838
value: {{ .Values.mse.address.dubbo}}
3939
- name: JAVA_TOOL_OPTIONS
4040
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
41+
- name: dubbo.consumer.check
42+
value: "false"
4143
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/cartservice:{{ .Values.images.version}}
4244
imagePullPolicy: Always
4345
name: cartservice2

helm-chart/templates/checkoutservice.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ spec:
3636
value: {{ .Values.mse.address.dubbo}}
3737
- name: JAVA_TOOL_OPTIONS
3838
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
39+
- name: dubbo.consumer.check
40+
value: "false"
3941
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/checkoutservice:{{ .Values.images.version}}
4042
imagePullPolicy: Always
4143
name: checkoutservice

helm-chart/templates/frontend1.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ spec:
4949
value: {{ .Values.mse.address.dubbo}}
5050
- name: JAVA_TOOL_OPTIONS
5151
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
52+
- name: dubbo.consumer.check
53+
value: "false"
5254
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/frontend:{{ .Values.images.version}}
5355
imagePullPolicy: Always
5456
name: frontend1

helm-chart/templates/frontend2.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ spec:
4545
value: {{ .Values.mse.address.dubbo}}
4646
- name: JAVA_TOOL_OPTIONS
4747
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
48+
- name: dubbo.consumer.check
49+
value: "false"
4850
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/frontend:{{ .Values.images.version}}
4951
imagePullPolicy: Always
5052
name: frontend-v2

helm-chart/templates/frontend3.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ spec:
4545
value: {{ .Values.mse.address.dubbo}}
4646
- name: JAVA_TOOL_OPTIONS
4747
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
48+
- name: dubbo.consumer.check
49+
value: "false"
4850
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/frontend:{{ .Values.images.version}}
4951
imagePullPolicy: Always
5052
name: frontend-v2

helm-chart/templates/nacos-server.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
value: "false"
6363
- name: TIME_ZONE
6464
value: Asia/Shanghai
65-
image: nacos/nacos-server:latest
65+
image: nacos/nacos-server:1.2.1
6666
imagePullPolicy: Always
6767
name: nacos-server
6868
ports:

helm-chart/templates/productservice1.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ spec:
4242
value: {{ .Values.mse.address.dubbo}}
4343
- name: JAVA_TOOL_OPTIONS
4444
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
45+
- name: dubbo.consumer.check
46+
value: "false"
4547
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/productservice:{{ .Values.images.version}}
4648
imagePullPolicy: Always
4749
name: productservice1

helm-chart/templates/productservice2.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ spec:
4646
value: {{ .Values.mse.address.dubbo}}
4747
- name: JAVA_TOOL_OPTIONS
4848
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
49+
- name: dubbo.consumer.check
50+
value: "false"
4951
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/productservice:{{ .Values.images.version}}
5052
imagePullPolicy: Always
5153
name: productservice2

helm-chart/templates/productservice3.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ spec:
4444
value: {{ .Values.mse.address.dubbo}}
4545
- name: JAVA_TOOL_OPTIONS
4646
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
47+
- name: dubbo.consumer.check
48+
value: "false"
4749
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/productservice:{{ .Values.images.version}}
4850
imagePullPolicy: Always
4951
name: productservice3

helm-chart/templates/zuul-gateway-svc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Service
33
metadata:
44
annotations:
55
service.beta.kubernetes.io/alibaba-cloud-loadbalancer-spec: slb.s1.small
6-
service.beta.kubernetes.io/alicloud-loadbalancer-address-type: intranet
6+
service.beta.kubernetes.io/alicloud-loadbalancer-address-type: internet
77
creationTimestamp: null
88
name: zuul-gateway-svc
99
selfLink: /api/v1/namespaces/default/services/zuul-gateway-svc

0 commit comments

Comments
 (0)