Commit afbb0b90 authored by liaozan's avatar liaozan 🏀

Update k8s-service-template.yaml

parent 84dd25b5
......@@ -10,9 +10,11 @@ metadata:
spec:
type: ${SERVICE_MODE}
ports:
- port: ${SERVICE_PORT}
- name: ServicePort
port: ${SERVICE_PORT}
targetPort: ${SERVICE_PORT}
- port: 1024
- name: ActuatorPort
port: 1024
targetPort: 1024
selector:
app: ${APP_NAME}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment