Commit b885fce1 by wangguangchao

Update eureka.yaml

parent 60330f52
......@@ -18,7 +18,9 @@ spec:
spec:
containers:
- image: 192.168.0.110:8062/rdwh/eurekaserver:latest
name: eureka-server
name: eureka-server
ports:
- containerPort: 8769
---
apiVersion: v1
kind: Service
......@@ -31,7 +33,7 @@ spec:
- port: 8769
protocol: TCP
targetPort: 8769
nodePort: 30092
nodePort: 30091
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