Commit 82a65b75 by 王昆

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

parents 04c85d51 c41e9699
......@@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: calcjobs
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:180.0.42
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:180.0.43
imagePullPolicy: IfNotPresent
env:
- name: TZ
......
......@@ -1375,6 +1375,23 @@ spec:
serviceName: center-channel-service
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
kind: Ingress
......
......@@ -18,7 +18,7 @@ spec:
restartPolicy: Always
containers:
- name: fkrptresult
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:100.0.42
image: registry.cn-beijing.aliyuncs.com/hantang2/imgshare:100.0.43
imagePullPolicy: IfNotPresent
ports:
- 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