From e9b8d529e43e488e07f56a36c35ec2b90d006260 Mon Sep 17 00:00:00 2001 From: liaozan Date: Mon, 14 Mar 2022 23:05:15 +0800 Subject: [PATCH] Update k8s-service-template.yaml --- k8s-service-template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s-service-template.yaml b/k8s-service-template.yaml index e81d748..44471e1 100644 --- a/k8s-service-template.yaml +++ b/k8s-service-template.yaml @@ -12,5 +12,7 @@ spec: ports: - port: ${SERVICE_PORT} targetPort: ${SERVICE_PORT} + - port: 1024 + targetPort: 1024 selector: app: ${APP_NAME} \ No newline at end of file -- GitLab