Commit 60ebc9d1 authored by liaozan's avatar liaozan 🏀

Update k8s-service-template.yaml

parent 2bd686cf
...@@ -6,7 +6,7 @@ metadata: ...@@ -6,7 +6,7 @@ metadata:
labels: labels:
app: ${SERVICE_NAME} app: ${SERVICE_NAME}
spec: spec:
type: ClusterIP type: ${SERVICE_MODE}
ports: ports:
- port: ${SERVICE_PORT} - port: ${SERVICE_PORT}
targetPort: ${SERVICE_PORT} targetPort: ${SERVICE_PORT}
......
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