Skip to content

Commit

Permalink
to #41 ,disable dubbo consumer check
Browse files Browse the repository at this point in the history
  • Loading branch information
flystar32 committed Mar 8, 2021
1 parent 91855d0 commit e5c4a97
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 2 deletions.
2 changes: 2 additions & 0 deletions helm-chart/templates/cartservice1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ spec:
value: {{ .Values.mse.address.dubbo}}
- name: JAVA_TOOL_OPTIONS
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
- name: dubbo.consumer.check
value: "false"
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/cartservice:{{ .Values.images.version}}
imagePullPolicy: Always
name: cartservice
Expand Down
2 changes: 2 additions & 0 deletions helm-chart/templates/cartservice2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ spec:
value: {{ .Values.mse.address.dubbo}}
- name: JAVA_TOOL_OPTIONS
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
- name: dubbo.consumer.check
value: "false"
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/cartservice:{{ .Values.images.version}}
imagePullPolicy: Always
name: cartservice2
Expand Down
2 changes: 2 additions & 0 deletions helm-chart/templates/checkoutservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ spec:
value: {{ .Values.mse.address.dubbo}}
- name: JAVA_TOOL_OPTIONS
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
- name: dubbo.consumer.check
value: "false"
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/checkoutservice:{{ .Values.images.version}}
imagePullPolicy: Always
name: checkoutservice
Expand Down
2 changes: 2 additions & 0 deletions helm-chart/templates/frontend1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ spec:
value: {{ .Values.mse.address.dubbo}}
- name: JAVA_TOOL_OPTIONS
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
- name: dubbo.consumer.check
value: "false"
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/frontend:{{ .Values.images.version}}
imagePullPolicy: Always
name: frontend1
Expand Down
2 changes: 2 additions & 0 deletions helm-chart/templates/frontend2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
value: {{ .Values.mse.address.dubbo}}
- name: JAVA_TOOL_OPTIONS
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
- name: dubbo.consumer.check
value: "false"
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/frontend:{{ .Values.images.version}}
imagePullPolicy: Always
name: frontend-v2
Expand Down
2 changes: 2 additions & 0 deletions helm-chart/templates/frontend3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
value: {{ .Values.mse.address.dubbo}}
- name: JAVA_TOOL_OPTIONS
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
- name: dubbo.consumer.check
value: "false"
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/frontend:{{ .Values.images.version}}
imagePullPolicy: Always
name: frontend-v2
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/templates/nacos-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
value: "false"
- name: TIME_ZONE
value: Asia/Shanghai
image: nacos/nacos-server:latest
image: nacos/nacos-server:1.2.1
imagePullPolicy: Always
name: nacos-server
ports:
Expand Down
2 changes: 2 additions & 0 deletions helm-chart/templates/productservice1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ spec:
value: {{ .Values.mse.address.dubbo}}
- name: JAVA_TOOL_OPTIONS
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
- name: dubbo.consumer.check
value: "false"
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/productservice:{{ .Values.images.version}}
imagePullPolicy: Always
name: productservice1
Expand Down
2 changes: 2 additions & 0 deletions helm-chart/templates/productservice2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ spec:
value: {{ .Values.mse.address.dubbo}}
- name: JAVA_TOOL_OPTIONS
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
- name: dubbo.consumer.check
value: "false"
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/productservice:{{ .Values.images.version}}
imagePullPolicy: Always
name: productservice2
Expand Down
2 changes: 2 additions & 0 deletions helm-chart/templates/productservice3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ spec:
value: {{ .Values.mse.address.dubbo}}
- name: JAVA_TOOL_OPTIONS
value: ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 '
- name: dubbo.consumer.check
value: "false"
image: registry.cn-hangzhou.aliyuncs.com/alibabacloud-microservice-demo/productservice:{{ .Values.images.version}}
imagePullPolicy: Always
name: productservice3
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/templates/zuul-gateway-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Service
metadata:
annotations:
service.beta.kubernetes.io/alibaba-cloud-loadbalancer-spec: slb.s1.small
service.beta.kubernetes.io/alicloud-loadbalancer-address-type: intranet
service.beta.kubernetes.io/alicloud-loadbalancer-address-type: internet
creationTimestamp: null
name: zuul-gateway-svc
selfLink: /api/v1/namespaces/default/services/zuul-gateway-svc
Expand Down

0 comments on commit e5c4a97

Please sign in to comment.