diff --git a/k8s-service-template.yaml b/k8s-service-template.yaml index e81d74867a709235aa72f21ab922e07f0340e1ee..44471e13199c5cf17d4d2f61ee194c7c18ce963a 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