Commit 60a1dc65 by 蒋勇

Merge branch 'master' of gitlab.gongsibao.com:jiangyong/k8syml

parents 07607e50 ccadba48
...@@ -1476,6 +1476,21 @@ spec: ...@@ -1476,6 +1476,21 @@ spec:
serviceName: center-channel-service serviceName: center-channel-service
servicePort: 80 servicePort: 80
--- ---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: fqgsbweb-gongsibao-ingress
namespace: chaolai
spec:
rules:
- host: fqgsbweb.gongsibao.com
http:
paths:
- path: /
backend:
serviceName: center-channel-service
servicePort: 80
---
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
kind: Ingress kind: Ingress
......
...@@ -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.0.85 image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:8.0.86
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