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 4949 containerPort : 8080
5050 hostAliases :
5151 {{ toYaml .Values.hostAliases | nindent 8 }}
52- affinity :
53- podAntiAffinity :
54- requiredDuringSchedulingIgnoredDuringExecution :
55- - topologyKey : topology.kubernetes.io/zone
5652 {{ end }}
Original file line number Diff line number Diff line change 5252 containerPort : 8080
5353 hostAliases :
5454 {{ toYaml .Values.hostAliases | nindent 8 }}
55- affinity :
56- podAntiAffinity :
57- requiredDuringSchedulingIgnoredDuringExecution :
58- - topologyKey : topology.kubernetes.io/zone
5955 {{ end }}
Original file line number Diff line number Diff line change 1818 labels :
1919 msePilotAutoEnable : " on"
2020 msePilotCreateAppName : " spring-cloud-a"
21+ mseNamespace : " {{ .Values.mse.namespace }}"
2122 app : " spring-cloud-a"
2223 spec :
2324 containers :
5758 containerPort : 20001
5859 hostAliases :
5960 {{ 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 1919 labels :
2020 msePilotAutoEnable : " on"
2121 msePilotCreateAppName : " spring-cloud-a"
22+ mseNamespace : " {{ .Values.mse.namespace }}"
2223 alicloud.service.tag : gray
2324 app : " spring-cloud-a"
2425 version : gray
6061 containerPort : 20001
6162 hostAliases :
6263 {{ 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 1818 labels :
1919 msePilotAutoEnable : " on"
2020 msePilotCreateAppName : " spring-cloud-b"
21+ mseNamespace : " {{ .Values.mse.namespace }}"
2122 app : " spring-cloud-b"
2223 spec :
2324 containers :
4748 containerPort : 20002
4849 hostAliases :
4950 {{ 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 1919 labels :
2020 msePilotAutoEnable : " on"
2121 msePilotCreateAppName : " spring-cloud-b"
22+ mseNamespace : " {{ .Values.mse.namespace }}"
2223 alicloud.service.tag : gray
2324 app : " spring-cloud-b"
2425 version : gray
5051 containerPort : 20002
5152 hostAliases :
5253 {{ 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 1818 labels :
1919 msePilotAutoEnable : " on"
2020 msePilotCreateAppName : " spring-cloud-c"
21+ mseNamespace : " {{ .Values.mse.namespace }}"
2122 app : " spring-cloud-c"
2223 spec :
2324 containers :
5758 containerPort : 20003
5859 hostAliases :
5960 {{ 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 1919 labels :
2020 msePilotAutoEnable : " on"
2121 msePilotCreateAppName : " spring-cloud-c"
22+ mseNamespace : " {{ .Values.mse.namespace }}"
2223 alicloud.service.tag : gray
2324 app : " spring-cloud-c"
2425 version : gray
6061 containerPort : 20003
6162 hostAliases :
6263 {{ 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 1919 labels :
2020 # msePilotAutoEnable: "on"
2121 msePilotCreateAppName : " spring-cloud-gateway"
22+ mseNamespace : " {{ .Values.mse.namespace }}"
2223 app : spring-cloud-gateway
2324 spec :
2425 containers :
5657 containerPort : 20000
5758 hostAliases :
5859 {{ toYaml .Values.hostAliases | nindent 8 }}
59- affinity :
60- podAntiAffinity :
61- requiredDuringSchedulingIgnoredDuringExecution :
62- - topologyKey : topology.kubernetes.io/zone
6360{{ end }}
Original file line number Diff line number Diff line change 1919 labels :
2020 # msePilotAutoEnable: "on"
2121 msePilotCreateAppName : " spring-cloud-zuul"
22+ mseNamespace : " {{ .Values.mse.namespace }}"
2223 app : spring-cloud-zuul
2324 spec :
2425 containers :
5657 containerPort : 20000
5758 hostAliases :
5859 {{ toYaml .Values.hostAliases | nindent 8 }}
59- affinity :
60- podAntiAffinity :
61- requiredDuringSchedulingIgnoredDuringExecution :
62- - topologyKey : topology.kubernetes.io/zone
6360{{ end }}
You can’t perform that action at this time.
0 commit comments