Commit ece45352 by wangguangchao

Update eureka.yaml

parent 3a5e698d
......@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: eureka-server
namespace: default
namespace: devops
labels:
app: eureka-server
spec:
......@@ -27,13 +27,14 @@ kind: Service
metadata:
labels:
app: eureka-server
name: svc
name: eureka-svc
namespace: devops
spec:
ports:
- port: 8769
protocol: TCP
targetPort: 8769
nodePort: 30091
nodePort: 30092
selector:
app: eureka-server
type: NodePort
\ 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