File tree Expand file tree Collapse file tree 11 files changed +11
-40
lines changed
mse-simple-demo/helm/mse-simple-demo Expand file tree Collapse file tree 11 files changed +11
-40
lines changed Original file line number Diff line number Diff line change 49
49
containerPort : 8080
50
50
hostAliases :
51
51
{{ toYaml .Values.hostAliases | nindent 8 }}
52
- affinity :
53
- podAntiAffinity :
54
- requiredDuringSchedulingIgnoredDuringExecution :
55
- - topologyKey : topology.kubernetes.io/zone
56
52
{{ end }}
Original file line number Diff line number Diff line change 52
52
containerPort : 8080
53
53
hostAliases :
54
54
{{ toYaml .Values.hostAliases | nindent 8 }}
55
- affinity :
56
- podAntiAffinity :
57
- requiredDuringSchedulingIgnoredDuringExecution :
58
- - topologyKey : topology.kubernetes.io/zone
59
55
{{ end }}
Original file line number Diff line number Diff line change 18
18
labels :
19
19
msePilotAutoEnable : " on"
20
20
msePilotCreateAppName : " spring-cloud-a"
21
+ mseNamespace : " {{ .Values.mse.namespace }}"
21
22
app : " spring-cloud-a"
22
23
spec :
23
24
containers :
57
58
containerPort : 20001
58
59
hostAliases :
59
60
{{ toYaml .Values.hostAliases | nindent 8 }}
60
- affinity :
61
- podAntiAffinity :
62
- requiredDuringSchedulingIgnoredDuringExecution :
63
- - topologyKey : topology.kubernetes.io/zone
Original file line number Diff line number Diff line change 19
19
labels :
20
20
msePilotAutoEnable : " on"
21
21
msePilotCreateAppName : " spring-cloud-a"
22
+ mseNamespace : " {{ .Values.mse.namespace }}"
22
23
alicloud.service.tag : gray
23
24
app : " spring-cloud-a"
24
25
version : gray
60
61
containerPort : 20001
61
62
hostAliases :
62
63
{{ toYaml .Values.hostAliases | nindent 8 }}
63
- affinity :
64
- podAntiAffinity :
65
- requiredDuringSchedulingIgnoredDuringExecution :
66
- - topologyKey : topology.kubernetes.io/zone
Original file line number Diff line number Diff line change 18
18
labels :
19
19
msePilotAutoEnable : " on"
20
20
msePilotCreateAppName : " spring-cloud-b"
21
+ mseNamespace : " {{ .Values.mse.namespace }}"
21
22
app : " spring-cloud-b"
22
23
spec :
23
24
containers :
47
48
containerPort : 20002
48
49
hostAliases :
49
50
{{ toYaml .Values.hostAliases | nindent 8 }}
50
- affinity :
51
- podAntiAffinity :
52
- requiredDuringSchedulingIgnoredDuringExecution :
53
- - topologyKey : topology.kubernetes.io/zone
Original file line number Diff line number Diff line change 19
19
labels :
20
20
msePilotAutoEnable : " on"
21
21
msePilotCreateAppName : " spring-cloud-b"
22
+ mseNamespace : " {{ .Values.mse.namespace }}"
22
23
alicloud.service.tag : gray
23
24
app : " spring-cloud-b"
24
25
version : gray
50
51
containerPort : 20002
51
52
hostAliases :
52
53
{{ toYaml .Values.hostAliases | nindent 8 }}
53
- affinity :
54
- podAntiAffinity :
55
- requiredDuringSchedulingIgnoredDuringExecution :
56
- - topologyKey : topology.kubernetes.io/zone
Original file line number Diff line number Diff line change 18
18
labels :
19
19
msePilotAutoEnable : " on"
20
20
msePilotCreateAppName : " spring-cloud-c"
21
+ mseNamespace : " {{ .Values.mse.namespace }}"
21
22
app : " spring-cloud-c"
22
23
spec :
23
24
containers :
57
58
containerPort : 20003
58
59
hostAliases :
59
60
{{ toYaml .Values.hostAliases | nindent 8 }}
60
- affinity :
61
- podAntiAffinity :
62
- requiredDuringSchedulingIgnoredDuringExecution :
63
- - topologyKey : topology.kubernetes.io/zone
Original file line number Diff line number Diff line change 19
19
labels :
20
20
msePilotAutoEnable : " on"
21
21
msePilotCreateAppName : " spring-cloud-c"
22
+ mseNamespace : " {{ .Values.mse.namespace }}"
22
23
alicloud.service.tag : gray
23
24
app : " spring-cloud-c"
24
25
version : gray
60
61
containerPort : 20003
61
62
hostAliases :
62
63
{{ toYaml .Values.hostAliases | nindent 8 }}
63
- affinity :
64
- podAntiAffinity :
65
- requiredDuringSchedulingIgnoredDuringExecution :
66
- - topologyKey : topology.kubernetes.io/zone
Original file line number Diff line number Diff line change 19
19
labels :
20
20
# msePilotAutoEnable: "on"
21
21
msePilotCreateAppName : " spring-cloud-gateway"
22
+ mseNamespace : " {{ .Values.mse.namespace }}"
22
23
app : spring-cloud-gateway
23
24
spec :
24
25
containers :
56
57
containerPort : 20000
57
58
hostAliases :
58
59
{{ toYaml .Values.hostAliases | nindent 8 }}
59
- affinity :
60
- podAntiAffinity :
61
- requiredDuringSchedulingIgnoredDuringExecution :
62
- - topologyKey : topology.kubernetes.io/zone
63
60
{{ end }}
Original file line number Diff line number Diff line change 19
19
labels :
20
20
# msePilotAutoEnable: "on"
21
21
msePilotCreateAppName : " spring-cloud-zuul"
22
+ mseNamespace : " {{ .Values.mse.namespace }}"
22
23
app : spring-cloud-zuul
23
24
spec :
24
25
containers :
56
57
containerPort : 20000
57
58
hostAliases :
58
59
{{ toYaml .Values.hostAliases | nindent 8 }}
59
- affinity :
60
- podAntiAffinity :
61
- requiredDuringSchedulingIgnoredDuringExecution :
62
- - topologyKey : topology.kubernetes.io/zone
63
60
{{ end }}
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ gateway:
14
14
goapp :
15
15
enable : false
16
16
17
+ mse :
18
+ namespace : default
19
+
17
20
nacos :
18
21
# Nacos地址
19
22
host : nacos-server
You can’t perform that action at this time.
0 commit comments