Commit c3048bfb by 蒋勇

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

parents f1ded652 d29d6342
...@@ -1269,6 +1269,22 @@ spec: ...@@ -1269,6 +1269,22 @@ spec:
apiVersion: extensions/v1beta1 apiVersion: extensions/v1beta1
kind: Ingress kind: Ingress
metadata: metadata:
name: gsbweb-qifu-ingress
namespace: chaolai
spec:
rules:
- host: gsbweb.qifu.gongsibao.com
http:
paths:
- path: /
backend:
serviceName: center-channel-service
servicePort: 80
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: zhengce-qifu-ingress name: zhengce-qifu-ingress
namespace: chaolai namespace: chaolai
spec: spec:
...@@ -1359,6 +1375,23 @@ spec: ...@@ -1359,6 +1375,23 @@ spec:
serviceName: center-channel-service serviceName: center-channel-service
servicePort: 80 servicePort: 80
--- ---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: alitm-qifu-ingress
namespace: chaolai
spec:
rules:
- host: alitm.qifu.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: bpoadmin - name: bpoadmin
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:9.0.26 image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:9.0.27
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 80 - containerPort: 80
......
...@@ -18,7 +18,7 @@ spec: ...@@ -18,7 +18,7 @@ spec:
restartPolicy: Always restartPolicy: Always
containers: containers:
- name: bpochannel - name: bpochannel
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:23.0.3 image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:23.0.5
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 80 - containerPort: 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.0.56 image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:8.0.59
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 80 - containerPort: 80
......
...@@ -18,7 +18,7 @@ spec: ...@@ -18,7 +18,7 @@ spec:
restartPolicy: Always restartPolicy: Always
containers: containers:
- name: xggadmin - name: xggadmin
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:16.0.21 image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:16.0.26
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 80 - containerPort: 80
......
...@@ -18,7 +18,7 @@ spec: ...@@ -18,7 +18,7 @@ spec:
restartPolicy: Always restartPolicy: Always
containers: containers:
- name: xggdeliver - name: xggdeliver
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:19.0.10 image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:19.0.11
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 80 - containerPort: 80
......
...@@ -18,7 +18,7 @@ spec: ...@@ -18,7 +18,7 @@ spec:
restartPolicy: Always restartPolicy: Always
containers: containers:
- name: xggsvecommon - name: xggsvecommon
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:11.0.5 image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:11.0.7
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 80 - containerPort: 80
......
...@@ -18,7 +18,7 @@ spec: ...@@ -18,7 +18,7 @@ spec:
restartPolicy: Always restartPolicy: Always
containers: containers:
- name: igirl - name: igirl
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:13.0.8 image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:13.0.12
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 80 - containerPort: 80
......
...@@ -18,7 +18,7 @@ spec: ...@@ -18,7 +18,7 @@ spec:
restartPolicy: Always restartPolicy: Always
containers: containers:
- name: igirl - name: igirl
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:21.0.7 image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:21.0.8
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