Skip to content

Commit 9fb3084

Browse files
committed
add http-port
1 parent 86dd343 commit 9fb3084

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mse-simple-demo/helm/mse-simple-demo/templates/spring-cloud-gateway-deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ spec:
4848
memory: {{ .Values.resources.limit.memory }}
4949
{{ end }}
5050
ports:
51-
- containerPort: 20000
51+
- name: http-port
52+
containerPort: 20000
5253
hostAliases:
5354
{{ toYaml .Values.hostAliases | nindent 8 }}
5455
affinity:

0 commit comments

Comments
 (0)