fix https
All checks were successful
Build and Deploy Web / build-and-deploy (push) Successful in 1m16s
All checks were successful
Build and Deploy Web / build-and-deploy (push) Successful in 1m16s
This commit is contained in:
parent
00b35b891b
commit
b1882365a9
@ -4,7 +4,12 @@ metadata:
|
|||||||
name: rtc-web-ingress-dev
|
name: rtc-web-ingress-dev
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: "traefik"
|
kubernetes.io/ingress.class: "traefik"
|
||||||
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
spec:
|
spec:
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- qiyuan-rtc-dev-web.airlabs.art
|
||||||
|
secretName: rtc-web-dev-tls
|
||||||
rules:
|
rules:
|
||||||
- host: qiyuan-rtc-dev-web.airlabs.art
|
- host: qiyuan-rtc-dev-web.airlabs.art
|
||||||
http:
|
http:
|
||||||
|
|||||||
@ -4,7 +4,12 @@ metadata:
|
|||||||
name: rtc-ingress
|
name: rtc-ingress
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: "traefik"
|
kubernetes.io/ingress.class: "traefik"
|
||||||
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
spec:
|
spec:
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- qiyuan-rtc-web.airlabs.art
|
||||||
|
secretName: rtc-web-prod-tls
|
||||||
rules:
|
rules:
|
||||||
- host: qiyuan-rtc-web.airlabs.art
|
- host: qiyuan-rtc-web.airlabs.art
|
||||||
http:
|
http:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user