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
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "traefik"
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
spec:
|
||||
tls:
|
||||
- hosts:
|
||||
- qiyuan-rtc-dev-web.airlabs.art
|
||||
secretName: rtc-web-dev-tls
|
||||
rules:
|
||||
- host: qiyuan-rtc-dev-web.airlabs.art
|
||||
http:
|
||||
|
||||
@ -4,7 +4,12 @@ metadata:
|
||||
name: rtc-ingress
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "traefik"
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
spec:
|
||||
tls:
|
||||
- hosts:
|
||||
- qiyuan-rtc-web.airlabs.art
|
||||
secretName: rtc-web-prod-tls
|
||||
rules:
|
||||
- host: qiyuan-rtc-web.airlabs.art
|
||||
http:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user