Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 6m4s
19 lines
370 B
YAML
19 lines
370 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: rtc-backend-ingress
|
|
annotations:
|
|
kubernetes.io/ingress.class: "traefik"
|
|
spec:
|
|
rules:
|
|
- host: qiyuan-rtc-api.airlabs.art
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: rtc-backend
|
|
port:
|
|
number: 8000
|