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