Commit c790f810 by 王昆

gsb

parent 14e8780b
...@@ -46,6 +46,22 @@ spec: ...@@ -46,6 +46,22 @@ spec:
backend: backend:
serviceName: bpoweb-service serviceName: bpoweb-service
servicePort: 80 servicePort: 80
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: bpoweb-ingress
namespace: chaolai
spec:
rules:
- host: bpotrade.gongsibao.com
http:
paths:
- path: /
backend:
serviceName: bpoweb-service
servicePort: 80
--- ---
......
...@@ -18,7 +18,7 @@ spec: ...@@ -18,7 +18,7 @@ spec:
restartPolicy: Always restartPolicy: Always
containers: containers:
- name: bpoweb - name: bpoweb
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:8.1.5 image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:8.1.6
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 80 - containerPort: 80
......
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