Commit b885fce1 by wangguangchao

Update eureka.yaml

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