fix https
All checks were successful
Build and Deploy Web / build-and-deploy (push) Successful in 1m16s

This commit is contained in:
zyc 2026-01-29 16:01:17 +08:00
parent 00b35b891b
commit b1882365a9
2 changed files with 10 additions and 0 deletions

View File

@ -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:

View File

@ -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: